Daylight is a simple 2D lighting system built on top of sfml and opengl. Also, its under MIT liscence.
Daylight needs a few things to build and run:
- CMake
- C++ compiler (g++ for instance)
- Opengl
- SFML
To build the demo sandbox test that comes with Daylight, you will need to do the following:
/Daylight $ mkdir build
/Daylight $ cd build/
/Daylight/build $ cmake ..
/Daylight/build $ make
Then simple cd to the build directory and run the executable.
This project is still under active development.