Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.