mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-17 23:31:47 +00:00

Examples can be compiled for web with no code change at all! Usually examples need to be refactored for web... using emscripten code interpreter (emterpreter), it can manage synchronous while() loops internally... as a downside, execution is very slow...