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
- Host: GitHub
- URL: https://github.com/benpm/new-soils
- Owner: benpm
- License: mit
- Created: 2018-11-13T16:48:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T20:45:32.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T09:23:48.182Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```