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

https://github.com/benpm/new-soils

Voxel raytracing test
https://github.com/benpm/new-soils

Last synced: 8 days ago
JSON representation

Voxel raytracing test

Awesome Lists containing this project

README

          

# New Soils
OpenGL voxel raytracing test: OpenGL 3 ES or greater

## Dependencies
- OpenGL
- GLFW3
- GLEW
- GLM

## Building on MacOS
Using homebrew:
```
brew install glfw3 glew glm
mkdir build
cd build
cmake ..
make
```