Skip to content

babymastodon/Physics2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API documentation at:

http://zdrach.com/Applications/03%20Physics2D/files/Documentation.html


To download and compile the source code on ubuntu:

make sure that you have git, g++, opengl, and sdl developmet libraries
installed:

sudo apt-get install build-essential libsdl1.2-dev git-core

If you are using git:
	git clone http://csserver.exeter.edu/~hogbait/git/physics.git

otherwise, extract compressed physics folder and type:
	cd physics
	make

Hopefully, it will compile. If it doesn't, you are probably missing some
dependant libraries.

To run, type:

./Physics2D

About

2d physics simulator, quadtrees and collisions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published