#Marble Game Prototype
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
I've been making a marble game inspired by the old Xbox marble arcade game in Rust using only the windows-sys crate (compatibility for other OS's will come later). Graphics are done with a ray marching shader in OpenGL.
Here is it rolling down the ramp with no player input, just to let the physics engine play out: