Just a silly little raymarcher I made to practice/learn Ruby!✨
- GLFW3
- OpenGL
Because this project uses C for GLFW and OpenGL, some code needs to be compiled.
Running extconf.rb will generate a Makefile.
# Generate a Makefile
cd ./ext/window_utils
ruby extconf.rb
# Compile
makeruby main.rb
| Control | Action |
|---|---|
| WSAD | Move |
| Mouse | Rotate |
| Space | Jump |
| Escape | Quit |
| Left Alt | Show Mouse |