You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chuột ([Website][chuot-website], [GitHub][chuot-github]) by [@tversteeg]
81
+
is an AGPL licensed game engine for 2D pixel-art games.
82
+
83
+
The main goal of the Chuột (Vietnamese for mouse) game engine is to make it easy to create and deploy small FOSS games. The license has been chosen to foster an open community of game development.
84
+
85
+
The Chuột game engine is standing on the shoulders of giants of the Rust ecosystem, such as [winit] for window handling and [wgpu] for drawing graphics.
86
+
87
+
Recently, [version 0.2][chuot-0.2] has been released, which includes a big rewrite of the internal system and simplifying a lot of the API.
88
+
Many rough and inconsistent parts have been cleaned up and renamed, resulting in quite a lot of breaking changes. This mainly happened because the developer was still finding a proper direction for the engine.
89
+
Asset loading has been improved, especially asset hot-reloading, which is now also enabled by defining an external asset source.
0 commit comments