Software 3D Renderer in C++ on Windows, OSX and Linux or other popular flavors of Unix that SDL supports
open projects/Xcode6/renderer.gua.xcodeproj
build and run
or
# install library
sh install_mac_sdl.sh
# build from command line
make osx
# run
./gua3dbuild_win_mingw.bat
gua3ddouble click projects/vs2013/renderer.gua.sln or projects/vs2015/renderer.gua.sln
then press F5 or Ctrl + F5 to lunch it
note:
-
Releaseis much faster -
Debugconfig will have a console window,Releaseconfig won't
tested with vs2013 under winodws 8.1 and vs2015 under windows 10
# Depends on libsdl1.2-dev. For Ubuntu: sudo apt-get install libsdl1.2-dev.
make linux
./gua3dApache 2.0


