https://github.com/bakercp/ofxlight2d
A basic 2D light / shadow implementation.
https://github.com/bakercp/ofxlight2d
Last synced: 3 months ago
JSON representation
A basic 2D light / shadow implementation.
- Host: GitHub
- URL: https://github.com/bakercp/ofxlight2d
- Owner: bakercp
- Created: 2015-09-10T16:54:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T16:01:31.000Z (over 9 years ago)
- Last Synced: 2025-04-02T18:12:49.115Z (about 1 year ago)
- Language: C++
- Size: 1.78 MB
- Stars: 35
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A basic 2D light / shadow implementation.
[](https://vimeo.com/138896608 "Demo - Click to Watch!")


Based on:
- [http://ncase.me/sight-and-light/](http://ncase.me/sight-and-light/)
- [http://archive.gamedev.net/archive/reference/programming/features/2dsoftshadow/](http://archive.gamedev.net/archive/reference/programming/features/2dsoftshadow/)
- [http://www.redblobgames.com/articles/visibility/](http://www.redblobgames.com/articles/visibility/)