Skip to content

mrbid/SphereCollider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SphereCollider

Spheres that bounce around.

WebGL: https://mrbid.github.io/spherecollider/

Controls

  • O = Orbit in.
  • N = New simulation.
  • F = FPS to console.

Compile

sudo apt install libglfw3 libglfw3-dev
gcc main.c glad_gl.c -I inc -Ofast -lglfw -lm -o SphereCollider