Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 706 Bytes

Daylight

Daylight is a simple 2D lighting system built on top of sfml and opengl. Also, its under MIT liscence.

ScreenShot

Dependencies

Daylight needs a few things to build and run:

  • CMake
  • C++ compiler (g++ for instance)
  • Opengl
  • SFML

Build instructions

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.

Work in progress

This project is still under active development.