Base Code Declairation + Intent

Ok so I have a small library that I like to use for the LWJGL framework. This library includes a few different Classes used for matrix manipulation, texture loading, and bounding box tools. I plan to use this to cut the amount of time recreating these libraries for use (approx 2 hours), and to take advantage of the standard matrix calculations, collision, and texture tools I wrote.

My LWJGL Base Code

Edit: Added a texture map for font

Edit: Added Config files to simplify use of snakeyaml for adjustable keyconfig

Comments

Deza
14. Dec 2011 · 19:07 UTC
Could I steal these from you? They look really useful.