Skip to content

Nejat/godot-action-rpg-tutorial-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Action RPG w/Rust

A GDNative implementation in Rust of you-tuber HeartBeast 's great step-by-step tutorial series creating a Godot Action RPG, using the godot-rust

Windows Build

from within the action-rpg-rs folder

build release and copy dll to godot project

~\...\action-rpg-rs > .\build.ps1 release

build debug and copy dll to godot project

~\...\action-rpg-rs > .\build.ps1 debug

MacOS / Linux Build

from within the action-rpg-rs folder

build release and copy library so to godot project

~/.../action-rpg-rs> ./build.sh release

build debug and copy library so to godot project

~/.../action-rpg-rs> ./build.sh debug

* will require llvm tools, see godot-rust setup instructions

* this project only works with Godot 3.5.1 and uses the last version of GDNative 0.11.3

* LLVM Dependencies

This project breaks with LLVM 22+, you will need to setup at most LLVM 21 (20 also worked on a Mac).

About

Rustification of the excellent GD Script Action RPG Tutorial by youtuber HeartBeast

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors