Home > Kazphysics3

Kazphysics3

Kazphysics3 is a project mainly written in C and PYTHON, based on the View license.

A basic 2D physics engine written in C++ but with C-linkage. Designed primarily for platform games.

= README =

Kazphysics3 is a really basic 2D physics engine (currently not working :))

It's designed with the following concepts:

  1. World geometry is stationary, and made up of triangles.
  2. Anything that moves is instead an object (KP_Object)
  3. A KP_Object can be created as a Box, an Ellipse or a Point.
Previous:QwikBrowser