Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ocl-lights
Pixel-perfect 2D shadows on the GPU

CG++ Lights

Calculated 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