Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selveris/voxel-engine
Voxel-engine written in Zig with Vulkan and SDL2
https://github.com/selveris/voxel-engine
sdl2 voxel-engine vulkan zig
Last synced: 20 days ago
JSON representation
Voxel-engine written in Zig with Vulkan and SDL2
- Host: GitHub
- URL: https://github.com/selveris/voxel-engine
- Owner: Selveris
- License: mit
- Created: 2024-09-13T22:39:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T12:27:19.000Z (4 months ago)
- Last Synced: 2025-01-22T23:43:07.649Z (20 days ago)
- Topics: sdl2, voxel-engine, vulkan, zig
- Language: Zig
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_Disclaimer: this is a personal project which main goal is to learn Zig and graphics programming_
## Dependencies
- [Zig v.0.13](https://ziglang.org/)
- [vulkan-zig wrapper](https://github.com/Snektron/vulkan-zig)
- [sdl2 zig wrapper](https://github.com/ikskuh/SDL.zig)
- libsdl2 and libvulkan## Roadmap
### Features
- [ ] 🚧 Render meshes
- [ ] Basic voxel generation
- [ ] advanced voxel generation
- [ ] models and animation
- [ ] basic physic
### Platform
- [ ] 🚧 Linux
- [ ] Windows
- [ ] MacOs
🚧 work in progress