Skip to content
/ LightGL Public

Simple software rasterizer with vertex and fragment shader support.

License

Notifications You must be signed in to change notification settings

chsc/LightGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (https://www.cmake.org) to build LightGL.

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

About

Simple software rasterizer with vertex and fragment shader support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published