It's been a while since I shared a project, but that's because I'm working on C++ apps and libraries like this one. This is a quick overview of my latest project - libscratchcpp. https://github.com/scratchcpp/libscratchcpp https://scratchcpp.github.io/libscratchcpp-docs libscratchcpp is a library for building C++-based Scratch project players. It runs projects faster than the original Scratch VM, but still slower than TurboWarp, by compiling scripts to bytecode and interpreting it.