alertsleeper

joined 1 year ago
 

beginner question: What is the advantage of using cmp::Ordering::Less over "<", same for Greater and Equals?

 

I'm starting to plan what would be my first game. I have a general idea of the movement system I want, but I'm unsure if it will work as I expect it.

Is there any software where I can make a sort of animated mock-up of what I have in mind?

Alternatively, how is this typically addressed in game development?

Thank you!

I have been using PDM for a while now and love it, can't believe I was using pip before, especially for venv handling and packaging.

I wonder, having tools like PDM or Poetry that unify the whole process, why do people prefer to use fragmented tools (one for venv, another for packaging, another for publishing)? Is it just entrenched habits or not knowing the benefits of other tools?