Skip to content

Software 3D Renderer in C++ on Windows, OSX and Linux or other popular flavors of Unix that SDL supports

License

Notifications You must be signed in to change notification settings

atllyu/renderer.gua

 
 

Repository files navigation

renderer.gua

Software 3D Renderer in C++ on Windows, OSX and Linux or other popular flavors of Unix that SDL supports

Screenshots

Jelly Cube Illidan Wireframe Illidan

Usage

OS X

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

Windows (MinGW32)

build_win_mingw.bat
gua3d

Windows (Visual Studio 2013 / Visual Studio 2015)

double click projects/vs2013/renderer.gua.sln or projects/vs2015/renderer.gua.sln

then press F5 or Ctrl + F5 to lunch it

note:

  1. Release is much faster

  2. Debug config will have a console window, Release config won't

tested with vs2013 under winodws 8.1 and vs2015 under windows 10

Linux

# Depends on libsdl1.2-dev. For Ubuntu: sudo apt-get install libsdl1.2-dev.
make linux
./gua3d

Licence

Apache 2.0

About

Software 3D Renderer in C++ on Windows, OSX and Linux or other popular flavors of Unix that SDL supports

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.5%
  • HTML 27.6%
  • Shell 8.5%
  • Roff 6.4%
  • C++ 1.4%
  • Objective-C 0.4%
  • Other 0.2%