18 releases (4 breaking)
0.5.0 | May 20, 2023 |
---|---|
0.4.2 | May 14, 2023 |
0.4.0 | Apr 29, 2023 |
0.3.4 | Apr 13, 2023 |
0.1.4 | Jan 31, 2023 |
#253 in Game dev
136 downloads per month
105KB
3K
SLoC
Let Engine
A 2d Rust game engine
- Heavily under construction. Hold tight! It's going to be awesome.
Facts and features
-
Light and fast
-
Derive object and camera
-
Layer based object system
-
Labels and text
-
Custom shader support
-
Egui support as a feature
To do
-
Sounds
-
Physics
-
3D layers
-
Winit independency
-
Post processing
Installation
Command line:
cargo add let_engine
or for your Cargo.toml
:
let_engine = "0.5.0"
Debian based dependencies
sudo apt install -y libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev build-essential cmake libvulkan-dev libasound2-dev libfontconfig1-dev
Arch based dependencies
sudo pacman -Sy vulkan-devel
Dependencies
~66MB
~1.5M SLoC