Ever wondered what games are made with godot-rust?
We now have a page showcasing some in-development and released projects: https://godot-rust.github.io/book/ecosystem/games.html
Some of them, like Stickyban here, can be played directly on the web!
Rust bindings for the Godot game engine.
Maintained by @bromeon
| Website | https://godot-rust.github.io |
| GitHub | https://github.com/godot-rust/gdext |
Ever wondered what games are made with godot-rust?
We now have a page showcasing some in-development and released projects: https://godot-rust.github.io/book/ecosystem/games.html
Some of them, like Stickyban here, can be played directly on the web!
💟 godot-rust now has a GitHub Sponsors profile!
Makes the project sustainable in the long run & is an alternative to people/companies who would like to contribute, but not in code form. Benefits go to expenses, infrastructure and dev time.
📚 godot-rust now has a devlog!
Stay up-to-date with library development and get insights into design choices.
⏱️ Our first article is about performance, FFI calls and a minimalistic benchmark infrastructure.
By caching function pointers, gdext could improve execution time of certain Godot calls by an order of magnitude!
Check it out at: https://godot-rust.github.io/dev/ffi-optimizations-benchmarking
Last few weeks of gdext development:
The GDExtension API breaks in Godot 4.1.
Migration is mostly done, several FFI bugs have been addressed on the way.
The godot-rust book now has a "Hello World" tutorial + guides on compatibility and selecting Godot version:
See https://godot-rust.github.io/book/gdext
Noteworthy features:
- Vector swizzling
- Signals with parameters
- Rust-native APIs for Rect2, Aabb, and Plane
- ToVariant/FromVariant derives
- Godot native structures
Details at https://github.com/godot-rust/gdext/pulse/monthly
New website with direct links to learning resources and community platforms.
Also hosts latest API docs in real time, so you won't need to check out repos just for that!
godot-rust is now on Mastodon!
Occasional updates about:
- ongoing GDNative improvements (Godot 3)
- new GDExtension developments (Godot 4)
- showcases of games and other projects built with godot-rust
Repos hosted at https://github.com/godot-rust.