Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (1 child)

Unsafe doesn't let you just ignore the borrow checker, which is what generally tripped me up when learning to write rust.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 3 points 2 years ago

    That’s fair, I honestly haven’t used it in a while and forgot the real usage of unsafe code. As I said to another comment, it is a really rough language for game dev as it necessitates very different patterns from other languages. Definitely better to learn game dev itself pretty well first in something like C++, then to learn Rust separately before trying game dev in Rust.

  • source
  • parent