Simple project I've been woriking on for a while some time ago. Left as is for now.

Windows:
git clone --recursive git@github.com:ranoke/gl_renderer.git
# goto proc dir and run windows.bat
# now you can compile using Visual StudioLinux:
git clone --recursive git@github.com:ranoke/gl_renderer.git
./proc/premake.sh
make -j8Distributed under the MIT License. See LICENSE.txt for more information.