https://github.com/sundeepk/daylight
Daylight is a 2D light engine built using opengl
https://github.com/sundeepk/daylight
Last synced: about 1 year ago
JSON representation
Daylight is a 2D light engine built using opengl
- Host: GitHub
- URL: https://github.com/sundeepk/daylight
- Owner: SundeepK
- Created: 2014-04-06T21:37:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T20:23:37.000Z (about 12 years ago)
- Last Synced: 2025-04-05T10:51:14.432Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 7.46 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Daylight
=============
Daylight is a simple 2D lighting system built on top of sfml and opengl. Also, its under MIT liscence.

## 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:
```bash
/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.