Skip to content

DistortedDragon1o4/ball-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Ball Physics

GitHub license GitHub issues GitHub stars

This is a free and opensource 2D physics simulation made by me just for testing purposes only.

⚠️ This is for testing and experimentation only and I am not liable if you break anything while using this.

Downloading:

GitHub release GitHub forks

You can download the executable for GNU/Linux and Windows from the GitHub Releases page.

Running:

For GNU/Linux based systems:

Open a Terminal and run ./2D-Ball-Physics in the directory where you have kept it.

Make sure your graphics drivers are up to date. (You need atleast OpenGL 4.6 to be able to run it)

For Windows based systems:

Download and install the glfw3.dll file from the releases page.

Double click the exe to run it.

(I dont have a windows system so cant confirm if it works)

Building from source:

For GNU/Linux based systems:

Requirements:

This project uses make, and you are required to have it installed. Also you will need the following build dependencies:

  • libgl1-mesa-dev
  • libglfw3-dev
  • libglm-dev

Building the project:

To build the project: make build

To run the project: make run