Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sundeepk/daylight
Daylight is a 2D light engine built using opengl
https://github.com/sundeepk/daylight
Last synced: about 2 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T20:23:37.000Z (over 10 years ago)
- Last Synced: 2024-04-16T11:24:49.607Z (8 months ago)
- Language: C++
- Homepage:
- Size: 7.46 MB
- Stars: 4
- Watchers: 2
- 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.![ScreenShot](https://raw.githubusercontent.com/SundeepK/Daylight/master/screenshot/shadowtest.png)
## 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.