Sand Simulation Written in Julia -> WASM (Web Game)

Hey everyone,

Sometime last year I started tinkering with StaticCompiler.jl for fun. I was able to PoC getting it to work with SDL to create web builds. I was able to write the actual game logic in Julia and convert it to WASM. The game is very simple, but I thought it’d be a good way to show off what I was working on. This is something I’d like to tinker with more and see what I can do with it. I don’t know if anyone has done something similar, but I thought it was cool to get Julia running in the browser. If anyone is interested, here’s the source code for this specific game: StaticCompilerGame.jl/sand.jl at main · Kyjor/StaticCompilerGame.jl · GitHub . The repo is really messy at the moment, but I plan to clean it up as I work on other projects within it. Also, I still am working on the commercial game. Things are taking longer than expected, but we are still making progress.

10 Likes