libscratchcpp icon indicating copy to clipboard operation
libscratchcpp copied to clipboard

C++ library for building Scratch project players

Results 75 libscratchcpp issues
Sort by recently updated
recently updated
newest added

Broadcast names are case insensitive which means there can be multiple broadcasts with the same name, but different case.

bug
P2

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...

task
P0

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...

task
P2

Avoid converting from UTF-16 to UTF-8 in value_toRgba().

help wanted
task
P2