aboutsummaryrefslogtreecommitdiff
path: root/src/physics.c
AgeCommit message (Collapse)Author
2015-12-30Update and rename physics.c to physac.cRay
2015-12-21Added physics engine-module and examplevictorfisac
- Added new physics engine-module with four new data types: Physics, Transform, Rigidbody and Collider. This library contains functions to apply physics calculations to a position vector calculating collisions automatically. - Fixed some writing mistakes of lighting module.