Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azillion/gravitas
A voxel engine in Zig and WebGPU
https://github.com/azillion/gravitas
voxel-engine webgpu zig
Last synced: 3 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T00:43:44.000Z (6 months ago)
- Last Synced: 2024-07-26T08:21:57.804Z (6 months ago)
- Topics: voxel-engine, webgpu, zig
- Language: Zig
- Homepage:
- Size: 158 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- 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