DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

Refactor collision calculations into Math library. #86

Closed DarthMike closed 12 years ago

DarthMike commented 12 years ago

Original indielib code encapsulates collision calculations into renderer. It doesn't make sense to the end from a code organization point of view. Also makes writing new renderer, needing to rewrite this pure math routines.

Need to investigate and, if possible, separate code into math library, complete with unit tests.