libscratchcpp
libscratchcpp copied to clipboard
C++ library for building Scratch project players
Broadcast names are case insensitive which means there can be multiple broadcasts with the same name, but different case.
Resolves: #593
This player is going to be feature-complete soon, so I should start thinking about what to do with the current bytecode based virtual machine. It wasn't the best idea because...
It's possible to pass lists by reference in Scratch (https://scratch.mit.edu/projects/1048874723/). Since it's only possible with hacked blocks, there's no need for libscratchcpp to support it. However, it seems it's a...
Avoid converting from UTF-16 to UTF-8 in value_toRgba().