Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggerganov/ocl-lights
Pixel perfect 2D shadows on the GPU
https://github.com/ggerganov/ocl-lights
computer-graphics opencl pixel-perfect shadowmapping
Last synced: 22 days ago
JSON representation
Pixel perfect 2D shadows on the GPU
- Host: GitHub
- URL: https://github.com/ggerganov/ocl-lights
- Owner: ggerganov
- License: mit
- Created: 2017-08-27T13:23:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T13:32:38.000Z (over 7 years ago)
- Last Synced: 2024-10-03T13:52:06.761Z (3 months ago)
- Topics: computer-graphics, opencl, pixel-perfect, shadowmapping
- Language: C++
- Size: 39.1 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocl-lights
Pixel-perfect 2D shadows on the GPUCalculated shadowmap for each frame is on the right. The shadowmap is computed on the GPU using OpenCL.
## Building & running
git clone https://github.com/ggerganov/ocl-lights
cd ocl-lights
git submodule update --init
make
./bin/ocl-lights
## Dependencies- OpenGL
- OpenCL
- GLFW3