Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Robert-K/light2D
Realtime 2D Raytracing in Unity using Signed Distance Fields 💡
https://github.com/Robert-K/light2D
2d-raytracing realtime-rendering signed-distance-fields unity
Last synced: about 2 months ago
JSON representation
Realtime 2D Raytracing in Unity using Signed Distance Fields 💡
- Host: GitHub
- URL: https://github.com/Robert-K/light2D
- Owner: Robert-K
- License: mit
- Created: 2018-11-21T23:11:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T12:50:37.000Z (over 5 years ago)
- Last Synced: 2024-08-02T05:11:52.982Z (5 months ago)
- Topics: 2d-raytracing, realtime-rendering, signed-distance-fields, unity
- Language: ShaderLab
- Homepage:
- Size: 2.98 MB
- Stars: 80
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Light2D
Realtime 2D Raytracing in [Unity](https://unity3d.com/) using Signed Distance Fields## Screenshots
## Features
- Realtime raytracing on average GPUs!
- Optimized with Jump Flood Voronoi algorithm for distance field calculation in O(log n)
- Screen space effect - supports all kinds of models/sprites/other effects
- Individual objects/layers can be in- or excluded
- Easy to set up & includes examples### WIP! Documentation coming soon... (maybe)
## ToDo
- Allow blending RenderTextures and Light2D output
- Enable variable light texture resolutions to improve performance
- Implement nonemissive objects that still contribute to GI
- Implement subsurface scattering
- Implement Light bounces## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://forthebadge.com)