Hello ! New here ! :D , here to learn and to code with Rust in first time!

Hi all,

I am new here and i hope to learn more from Rust, you, any your help will be always welcome for me and to be an inspiration from your work too ! :smiley:

But I come from C++ (medium level) and I want to test for Rust on what it offers to me and I hope to share you my work as well. I want to specialize in graphic domain with 2D or 3D or Games =).

Thanks to all and have a nice day !

Happy conding !

Hello, hello! :waving_hand::victory_hand:

btw! I still likes C++! :grin:

I know that Rust :crab: is more safer, but I've already accustom to C++, and I returns to Rust :crab: only sometimes now :thinking:

Hi !

Nice to meet you ! :grin:

Cool, you have an experience on C++ so it is nice to see here that we have a common ^^

Rust is very cool but I am not familiarized now so for me Rust is a lot different from C++, i need to learn it and to make more as practize.

I am exciting to see on what Rust give me a try =)

I also was thinks that Rust :crab: more difficult for my first time :thinking:. But the time show me that... They're just different programming languages :grin:, and here's something harder, or something easier doesn't exists in this case :slightly_smiling_face:

But the only one thing that I'm sure in, is that Lua, and Python :snake: more easier (but slower :grimacing:)

Yes I found that Rust is more harder at first, I know C++ so I can manage after all thought at least i hope :slight_smile:

Rust has a lot of potential in programming, i am curious how far I could take the programming but i have tested to Rust a little before than coming here then all i can say is very similar to C++ in speed !

Yes I found that Rust is more harder at first

yep, rust tends to have difficulty curves shaped like a cliff,
one of the main things i notice with rust is that for most cases it forces you to do a lot of work at the start, instead of letting you get something functional quickly now and then doing a bunch of work later.

interestingly this applies to both learning rust (e.g. rust forces you to understand ownership and lifetimes very early, most other languages' learning material leaves them to be learned later, if ever), not just writing code in rust,
in both cases i find the large upfront costs to pay for themselves given enough time.

I want to specialize in graphic domain with 2D or 3D or Games =)

for games i'd recommend looking at https://bevy.org/ once you're somewhat familiar with the advanced parts rust (although you start with bevy at any time if you want to, it just uses a lot of complex (and sometimes unintended features) at once).

And, also, in Rust :crab: you can easily forget about creation separated header (*.h, or *.hpp) files :grin::slightly_smiling_face:

It's also some plus (pros) :+1:

Bevy is too much weight, in my opinion :grimacing:. So, games will builds :hammer: much long time :sweat_smile:. For just a starting - I personally thinks that it's not so much good idea, because of this :slightly_smiling_face:

Yes, I heard this ! It is somewhat very cool as 2D/3D framework :slight_smile:

I will test this as well however i have nothing experience on that ! xD

Thanks for sharing.

Yes, true it is a plus for Rust =)

Don't worry about from Bevy i don't afraid to use it :wink:

But yeah, it is something big and for me it is not impossible to use it, from now i will do in 2D stuff and later ggez or Bevy =)

Yeah! :smirking_face:

Good luck! :grin::handshake::four_leaf_clover:

If you will need some help - we are here :wink:

Thank you a lot and your help will be of course a good idea :smile: