#game #game-engine #training #tool #session #eframe #egui

rust-training-tool

A very simple game engine using egui. Made for a rust training session, do not use!

3 releases (breaking)

0.3.0 Oct 7, 2024
0.2.0 Oct 7, 2024
0.1.0 Oct 7, 2024

#440 in Game dev

47 downloads per month

MIT license

11KB
140 lines

rust-training-tool

A rust crate which makes it easy to create a game. This uses eframe, which is not a game engine, that is, you should not use this to create actual games! I just made it for a rust training session.


lib.rs:

rust_training_tool is a tool that makes game dev with eframe easy. Warning: eframe is not made for game dev. If you are thinking about using this crate to create a game: don't.

Feature flags

To enable the use of images through egui::Image, enable the images feature by replacing rust-training-tool = "x.y.z" with rust-training-tool = { version = "x.y.z", features = ["images"] }

Dependencies

~7–45MB
~750K SLoC