/LightGL

Simple software rasterizer with vertex and fragment shader support.

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

LightGL Software Rasterizer

LightGL is a simple and minimalistic software rasterizer with fragment and vertex shader support.

License

See file LICENSE.

Build

You need to install CMake (http://www.cmake.org) to build LightGL.

$ git clone git://github.com/chsc/LightGL
$ mkdir build
$ cd build
$ cmake ..
$ make