Godot & Rust: Simple Platformer Part II

Опубликовано: 17 Март 2026
на канале: schr3da
5,473
105

In this video we will continue our journey by adding a player character which is able to interact with the previously generated tile map by applying gravity.

In general this is a quick tutorial series about how to use GDNative with the Rust Programming Language in order to get all the benefits of a free open source game engine and a very performant programming language.

Please not that the written source code has only demo purpose and is very simple structured. Source code architecture is not part of this series.

You can find the code on Github: https://github.com/Schr3da/godot-rust...