Skip to content

Commit 5debd7c

Browse files
authored
N53: Chuột game engine
1 parent 1a92c46 commit 5debd7c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

content/news/053/index.md

+27
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,33 @@ If needed, a section can be split into subsections with a "------" delimiter.
7272

7373
## Engine Updates
7474

75+
### [Chuột][chuot-website]
76+
77+
![Bunnymark example](https://private-user-images.githubusercontent.com/2574730/346212691-ef642b52-03f7-4f67-b3d9-e6c6a9f29962.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjAyOTI2MTQsIm5iZiI6MTcyMDI5MjMxNCwicGF0aCI6Ii8yNTc0NzMwLzM0NjIxMjY5MS1lZjY0MmI1Mi0wM2Y3LTRmNjctYjNkOS1lNmM2YTlmMjk5NjIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDcwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA3MDZUMTg1ODM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWMxM2NlYjJhNjYyNTJjNWY1ZGFlZGFjYjJhNDFjYTE2MWI3NTlmZjk0ZTYyOTAxYTc2MjhjZGM4NDNhNWZmZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.OsGxjEO52SSz750qGvsosUyRHKGzjLKSMM1pruICcZs)
78+
_[Bunnymark example](chuot-bunnymark)_
79+
80+
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.
90+
91+
_Check out the [web examples][chuot-examples]!_
92+
93+
[chuot-website]: https://tversteeg.nl/chuot
94+
[chuot-github]: https://github.com/tversteeg/chuot
95+
[chuot-bunnymark]: https://tversteeg.nl/chuot/examples/bunnymark/
96+
[chuot-0.2]: https://github.com/tversteeg/chuot/releases/tag/chuot-v0.2.0
97+
[chuot-examples]: https://tversteeg.nl/chuot/examples
98+
[winit]: https://docs.rs/winit
99+
[wgpu]: https://docs.rs/wgpu
100+
[@tversteeg]: https://github.com/tversteeg
101+
75102
## Learning Material Updates
76103

77104
## Tooling Updates

0 commit comments

Comments
 (0)