Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 364 Bytes

README.mkd

File metadata and controls

22 lines (14 loc) · 364 Bytes

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