First LD48

Hey!

This will be my first LD48, more specifically in the JAM segment together with a friend. I haven’t quite decided if we should go with C# for the project or C++ together with a few external libraries. However, in the event of us using C++ here’s what libraries we are considering using:

* SDL
* OpenGL
* OpenFrameworks
* MiniLib

That last one is a project that I created and that I am still maintaining. It is basically a more slimmed down version of STL, including only the stuff I personally consider essential. However, it also contains a few other goodies such as a linear algebra library and a small barebones library for game/graphics development. It’s public for anyone to download and use. A word of warning though; the library may not include the things you consider essential, it may be buggy, and the current design is subject to change (although I will not commit any changes during LD48).

I wish you all luck in the event!