https://github.com/azillion/gravitas
A voxel engine in Zig and WebGPU
https://github.com/azillion/gravitas
voxel-engine webgpu zig
Last synced: about 1 year ago
JSON representation
A voxel engine in Zig and WebGPU
- Host: GitHub
- URL: https://github.com/azillion/gravitas
- Owner: azillion
- License: mit
- Created: 2024-06-02T02:58:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T00:43:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T01:50:36.158Z (about 1 year ago)
- Topics: voxel-engine, webgpu, zig
- Language: Zig
- Homepage:
- Size: 158 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gravitas Engine
A voxel engine written in zig and WebGPU.
## Features
- [x] Display a triangle
## Dependencies
We use the following libraries:
- [ ] [Zig-Gamedev](https://github.com/zig-gamedev/zig-gamedev)
## Building
```sh
zig build
```
Should be as simple as that. No need to install any dependencies.
## References
Molenaar, M. and Eisemann, E. (2023), Editing Compressed High-resolution Voxel Scenes with Attributes. Computer Graphics Forum, 42: 235-243. https://doi.org/10.1111/cgf.14757