Let Engine
Right now a simple 2d Rust game engine
- Heavily under development and not recommended for use right now.
Facts and features
-
Better than Unity
-
Layer based object system
-
Labels and text
-
Custom shader support (limited)
-
Egui support as a feature
-
Rapier Physics
Progress
To do:
-
Sounds
-
3D layers
-
Post processing
-
Tick System
-
Serialisation, Deserialisation with Serde
-
Resource packing system
-
Server mode
-
Better labels with text edit and caret
3 stages of Rust repository building.
- Make it work first
- Make it right
- Make it fast
Installation
Command line:
Debian based dependencies
Arch based dependencies
Examples
run by doing
Tips
For best performance compile to release
with this in the Cargo.toml
[]
= 3
= "fat"
= 1
Minimum requirements (Client)
A graphics driver with Vulkan 1.2 support.
Contribution
feel free to contribute. Go resolve some of the issues I made or take a look at this:
I would be grateful.