RhythmPrism

An open source tool for web based Incredibox modding. Scratch has limitations, actual code doesn't.

RhythmPrism is a tool that was born from frustration. Frustration with how Incredibox does certain things, and how Scratch's code blocks are limited in processing speed. Why should these limitations even exist? That is the reason why I'm on a coding adventure to make the whole Incredibox engine from scratch.

Unlimited features

It's technically not unlimited features, but since RP (RhythmPrism) is completely open source and community-driven anyone can make an impact on the project's development. Whether it's making new features, building upon existing ones, or overhauling something, you get to decide. In the end, it's (hopefully) you who uses it, so wouldn't it be nice to be able to be in control of what gets added and what doesn't?

Zero limitations

Scratch is great to start coding, but there's a big caveat: code speed. Yes, you can run various blocks in parallel, but that can only get you so far before you're hit again with a wall. Code written in high level languages like Python or Java have the advantage that they run much, much faster than Scratch. So what does this mean? Well, it means you can go all out on cool and demanding features without sacrificing anything.

Curious about all the features?

You can visit the features page if you'd like to know more about RP.