BEEP-8 explained: the C/C++ fantasy console that runs real machine code in your browser
BEEP-8 is a fantasy console for making small retro-style games, but it takes a different technical path from most of the field: instead of using a scripting language, it compiles standard C/C++ into real ARM machine code that runs in the browser. It exists for developers who want the discipline of a constrained game machine while still writing code in a familiar systems language. That combination makes it an unusual entry in the fantasy-console space. The limitations are deliberate, and they sha
papoo.work