Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

walker2/BallPit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BallPit

BallPit is a small app based on Falcon framework. Spawn balls, move them and watch as they clip into each other.

Controls

  • Left Click - spawn balls
  • Right Click - move selected ball
  • 1 number key - sets another renderer
  • Arrows - sets gravity in arrow direction

Build executable for Linux

Clone repo from GitHub

$ git clone https://github.com/walker2/BallPit

Download and install dependencies

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-ttf-dev
$ sudo apt-get install libsdl2-mixer-dev
$ sudo apt-get install libglew-dev
$ sudo apt-get install libglm-dev

Navigate to the cloned folder and run

cmake CMakeLists.txt
make

About

Simple physic based toy-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published