Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/game4all/unnamed-voxel-tracer
Voxel raytracer prototype written in Zig using OpenGL
https://github.com/game4all/unnamed-voxel-tracer
glsl opengl raytracer voxel zig
Last synced: 3 months ago
JSON representation
Voxel raytracer prototype written in Zig using OpenGL
- Host: GitHub
- URL: https://github.com/game4all/unnamed-voxel-tracer
- Owner: Game4all
- License: mit
- Created: 2023-11-18T08:47:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-18T12:58:58.000Z (6 months ago)
- Last Synced: 2024-08-18T14:02:36.868Z (6 months ago)
- Topics: glsl, opengl, raytracer, voxel, zig
- Language: Zig
- Homepage:
- Size: 10.6 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unnamed-voxel-tracer
Voxel raytracer prototype written in Zig using OpenGL.
**Controls**
```
W, A, S, D - Camera movemement,
Space - Fly higher
Shift - Fly less higher
R - Reload shaders
```![screenshot](assets/screenshot_3.png)
![screenshot](assets/screenshot.png)
![screenshot](assets/screenshot_2.png)# License
Licensed under MIT License, check `LICENSE` in repo root for more information.