Simple project I've been woriking on for a while some time ago. Left as is for now.
Windows:
git clone --recursive [email protected]:ranoke/gl_renderer.git
# goto proc dir and run windows.bat
# now you can compile using Visual Studio
Linux:
git clone --recursive [email protected]:ranoke/gl_renderer.git
./proc/premake.sh
make -j8
Distributed under the MIT License. See LICENSE.txt
for more information.