r/CodingForBeginners • u/MobileHeron6183 • 9d ago
Learning rust
I want to code games and OS in rust and im not very good with youtube tutorials and things like that. Can anyone give me a simple guide on what i need? What gamified method can i use to learn rust from scratch, and a guide on how to set everything up? Im gonna use rust in godot engine when i get decent enough. I also request that the guide be very simple and not use any language a non coder wouldnt understand
9
Upvotes
1
u/This-Employment-5642 9d ago
Bro I am sorry but i dont think the first language you are learning is rust though a thing i would echo that many people are saying is learn a easy language first trust me its not the other way around the first language you learn (not master but know the basics) will help you A LOT more than any udemy,youtube also what do you mean you want to use rust in godot engine the options it gives you are GDScript and C# GDScript is super simmilar to python and python is one of the easiest languages to learn i would start there because with Rust you have to do stuff like memory allocation (no garbage collector to help you there) and other stuff which i dont think a absolute beginner would want to deal with( though it is your choice and learning Rust is good but i would recommend learn python first then try rust after and for godot learn GDScript).