Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Raymarcher

Just a silly little raymarcher I made to practice/learn Ruby!✨

Dependencies

  • GLFW3
  • OpenGL

Build

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
make

Run!

ruby main.rb

Controls


Control Action
WSAD Move
Mouse Rotate
Space Jump
Escape Quit
Left Alt Show Mouse

About

A raymarched Mandelbulb implementation in Ruby using C extensions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages