Skip to content

melodiskdur/CollidingCircles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollidingCircles

Simple 2D gravity simulator / sandbox developed in C++ 17 and OpenGL 3.3.

CircleColliderExample

Colliding.Circles.video.example.-.Trim.mp4

Setup and build

The current setup & build approach builds only for Windows and requires Visual Studio 16 2019. This will be more generalized in the future. If you have another version of Visual Studio installed, you can edit "runcmake.ps1" and change the version manually.

In the Powershell command line, simply run

.\runcmake.ps1
.\build.ps1