Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 293 Bytes

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