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
./gua3d
build_win_mingw.bat
gua3d
double click projects/vs2013/renderer.gua.sln
or projects/vs2015/renderer.gua.sln
then press F5
or Ctrl + F5
to lunch it
note:
-
Release
is much faster -
Debug
config will have a console window,Release
config 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
./gua3d
Apache 2.0