Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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