Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 574 Bytes

File metadata and controls

13 lines (7 loc) · 574 Bytes

Creating some basic physics simulations using OpenGL and C++.

  • Goal 1: Create a sphere bouncing around the screen

Graphics_Physics_Rec_1_GIF

  • Goal 2: Create a 2-body system of orbiting spheres

Two_Body_System_GIF

  • Goal 3: Create a ray-tracing algorithm
image