A full-stack 3D game client engine in Rust.
The gaclen_shader project relies on shaderc-rs which requires additional setup steps. Please follow them.
Gaclen accelerates game client creation through:
- Providing a thin comfort layer for structuring one's rendering logic on top of Vulkano.
It also enforces minimal predetermined ideas, like scene organization, leaving it to higher level logic, allowing it to be more specialized for a specific game's need.
In the (hopefully) near future Gaclen will:
- Provide an intermediate input layer, that organized different possible input in a portable and robust way.
- Provide an intermediate audio layer, allowing playing and processing audio in a portable way.
- Provide text utilities, including font loading, glyph generation, layout and rendering.
These features are not currently planned, but might be implemented in the future:
- Skeletal animation.
- Inverse kinematics.
- Vulkan-specific linear algebra.
These features will not be supported, since they make up a game, or should be common between client and server.
- Networking.
- Game logic.