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: 6 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T12:27:19.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:45:36.081Z (over 1 year 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