Game Client Engine
A full-stack 3D game client engine in Rust.
Setup
- Clone this repo.
- Use cargo to manage the project.
- vulkano-shaders requires additional steps, please follow them.
Supported features
- [ ] Unlit 3D object rendering
- [ ] Lit 3D object rendering
- [ ] Semi-transparent object rendering
- [ ] Text rendering
- [ ] Extended debug information and pipeline
- [ ] Forward kinematics
- [ ] Shadows
- [ ] Water effects
- [ ] Post-effects
- [ ] Audio
- [ ] Particle effects
- [ ] Input processing
Unsupported features
These features will not be supported, since they make up a game, or should be common between client and server.
Potential future features
- [ ] Limited physics simulation
- [ ] Inverse kinematics
- [ ] Forward rendering
Dependencies