Skip to content

Scratch2CPP (v1.1)

Choose a tag to compare

@LukeMinivaca85 LukeMinivaca85 released this 11 Jun 21:17
f91d4e0

Scratch2CPP version 1.1 adds new features such as:

Any project with the file extension .sb3 can be converted into the Python script scratch2cpp_converter.py and compiled into an exe via Visual Studio!

Any scratch Blocks can now be converted as C++ language terms!
You drag the project.json into the same folder as the Python script and execute the python script with python scratch2cpp_converter.py and it will generate a C++ file that you compile it and it will display on a console app