This is an alternative implementation of MIT Scratch using Qt and QML.
Initial motivation to start this project was to allow better hardware with educational toys like Bluetooth controlled robots. Another goal is to provide better support for mobile devices than with web, or even Flash interfaces.
This project is licensed to you under the terms of the GNU General Public License to strongly encourage cooperation. Feel free to contact me if this license doesn't work for you.
- A C++ compiler with decent support for C++17.
- Qt 5.15 for QtQuick.Shapes support.
- The Android NDK for Android builds.
- XCode for iOS builds.
Simply open QtItches.pro in QtCreator and follow the usual steps, or directly run your target platform's qmake on that file.