Im kinda learning rust the proggraming language
Does anyone has experience and would like to help me or tips or anything (im not gonne quit microstudio)
Does anyone has experience and would like to help me or tips or anything (im not gonne quit microstudio)
Rust is a good compiled language to learn, and I have a good amount of experience with it. Is there anything you need help with in particular?
I have no experience in rust. But, according to dev.to,
"Rust is a programming language that has gained a reputation for its exceptional qualities in terms of reliability, speed, and overall enjoyment for the programmer. However, it is important to keep in mind that Rust is also recognized as a language with a relatively high level of complexity."
here is the site for tips in rust: https://dev.to/danmugh/rust-tips-and-tricks-partone-1ic4
@twiceuponatime i wanne make apps like text editors and file Explorers is there a good libary?
And also some simple mini games like the games i have here on microstudio
And also from microstudio is pretty hard cuz you need to like do all kind of varibles compilers toml that explained could also help
Rust isn't the best for graphical applications, so you may want to use a platform like Flutter or React Native. For 2D games, Godot or another game engine works well, but you may be able to use Flutter or React Native as well if you want to make everything from scratch.