https://github.com/liquidev/delightful
Raycasted 2D lighting demo.
https://github.com/liquidev/delightful
Last synced: about 2 months ago
JSON representation
Raycasted 2D lighting demo.
- Host: GitHub
- URL: https://github.com/liquidev/delightful
- Owner: liquidev
- Created: 2020-02-01T19:21:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T13:40:46.000Z (about 5 years ago)
- Last Synced: 2025-01-20T14:39:49.787Z (3 months ago)
- Language: Nim
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delightful
Raycasted 2D lighting demo.

## Compiling
```
$ git clone https://github.com/liquid600pgm/delightful
$ cd delightful
$ nimble install
$ delightful
```