• 0 Posts
  • 29 Comments
Joined 11 months ago
cake
Cake day: August 3rd, 2023

help-circle



  • That’s just an inherent consequence of open source, people can make multiple versions of the same thing, and you can’t force distro maintainers to ship all the same tools. It’s not worth complaining about, and beginners need this explained to them that with choice, comes… well, choice.













  • Unity is trash and I'll just leave that alone.

    Using Rust for a game engine with wgpu, unless you already know Rust intimately and have used the Vulkan API before, is going to be difficult for you. I recommend you give it a try, but last I checked wgpu expected you to be familiar with Vulkan and is missing comments on most crate types and functions.

    You might have better luck with something like macroquad or miniquad, but you'll probably hit a wall and realize you want to do something that the developer didn't think to expose an API to make possible. You're also on your own for sound. Bevy has many components and I know it's popular, but I don't know if it has rendering. Maybe macroquad is the missing piece? Oh, and then text rendering. That's a tough one.

    I recommend a couple options: browse lib.rs or AreWeGameYet for game engines that aim to provide a complete package.

    For non-rust, recently Relogic gave a bunch of money to Godot and FNA, so I would check those out. That's going to be your quickest start (towards minimalism and performance) that isn't unity.





  • You did get me there.

    On the other hand, you can make identification difficult.

    Use a root app that disables all network hardware while the device is locked, and randomize your MAC on public networks. Also use a carrier (if available) that purports to be ethical.

    There are various issues with my statements: your SIM identifies you, there are ways to identify people across different networks even if their MAC is randomized, and even “ethical” carriers still use towers from other providers, which can of course triangulate your position.

    That said though, if you take the proper precautions using a smart phone would be no worse than a flip phone.