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.
Edit: Added a texture map for font
Edit: Added Config files to simplify use of snakeyaml for adjustable keyconfig


