accelad / renderer.gua

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:C 83.2%Language:Shell 12.7%Language:C++ 1.8%Language:HTML 0.9%Language:M4 0.6%Language:Objective-C 0.5%Language:Makefile 0.2%Language:Python 0.0%Language:Objective-C++ 0.0%Language:Batchfile 0.0%