libscratchcpp
A library for C++ based Scratch project players
Loading...
Searching...
No Matches
libscratchcpp

libscratchcpp is a library for building C++ based Scratch project players.

It provides an API for reading and running Scratch projects which makes it easy to create a GUI application that runs Scratch projects.

The idea is to implement Scratch blocks in C++ to build a fast project player that is faster than the original Scratch VM.

NOTE

This library is still in development and it shouldn't be used to build complete Scratch project players yet.

The instructions below might not be accurate and can change anytime.

There might be incompatible API changes anytime before version 1.0.0 releases!

Getting started

See the Getting started page.

Extending

See the Extensions page for instructions on how to create extensions.