Aevyrie's Avatar

Aevyrie

@aevyrie

18
Followers
33
Following
12
Posts
12.11.2024
Joined
Posts Following

Latest posts by Aevyrie @aevyrie

It's really surprising how minimal some of his nostd patches have been. I assumed nostd was for constrained embedded devices that would require esoteric rust, but, nope!

05.07.2025 22:49 👍 2 🔁 0 💬 0 📌 0

`@bushrat` in the bevy community has been making everything nostd. Not only does this prep for the new wasm target, but it means he's been able to build the engine for targets like Gameboy, which has been super cool to see. TLDR wasm is painful today, but ppl are trying to make it better.

05.07.2025 22:48 👍 4 🔁 0 💬 1 📌 0
Preview
Assume JS on wasm32-u-u with `wasm_js` feature? · Issue #675 · rust-random/getrandom As noted in #346, we could support wasm32-unknown-unknown on web when the js feature is enabled. The major problem is was (see next comment) what to do when the custom backend is also enabled: Defa...

github.com/rust-random/...

05.07.2025 22:43 👍 0 🔁 0 💬 1 📌 0

There are some great efforts in the bevy and rustc communities to make this better. There is also a push towards the wasm32-none-none target without all the footguns.

05.07.2025 22:42 👍 2 🔁 0 💬 1 📌 0

People using Nanite in Unreal Engine 5: Are you also using World Partitions? Is it needed, when Nanite already has streaming built-in (for mesh data)? How are you building large worlds?

08.04.2025 02:03 👍 1 🔁 1 💬 1 📌 0
EulerRot in bevy::math - Rust Euler rotation sequences.

docs.rs/bevy/latest/...

👀

07.04.2025 16:56 👍 10 🔁 0 💬 0 📌 0

Can you do this little silly guy

```
enum OhGodWhy {
Trait(Box<dyn TheTrait>),
SuperTrait(Box<dyn TheSuperTrait>)
}

impl TheTrait for OhGodWhy {
// Delegate to TheTrait if it is an implementation
}
```

26.03.2025 17:30 👍 0 🔁 0 💬 1 📌 0

I have a constant time solution. The problem is it only works at solving this one equation.

24.03.2025 16:43 👍 1 🔁 0 💬 0 📌 0

If you want to be taken seriously, you need to be using Jokerman ITC or Chiller.

23.02.2025 02:03 👍 2 🔁 0 💬 0 📌 0

> To avoid breaking your book when modifying included files, you can also include a specific section using anchors instead of line numbers.

It looks like you can use anchors in code. Very cool! This is what I get for not reading the docs.

06.02.2025 16:21 👍 2 🔁 0 💬 1 📌 0

Thank you!

06.02.2025 16:18 👍 1 🔁 0 💬 1 📌 0

Hold up, you can include code at an external path in mdbook?! How do you ensure it doesn't become misaligned as code changes?

06.02.2025 16:15 👍 0 🔁 0 💬 1 📌 0

Where do I learn this magic. My docs at work need this.

06.02.2025 16:12 👍 1 🔁 0 💬 2 📌 0
Video thumbnail

how do you all remember every UUID? I find it really hard. so I wrote them all down on every uuid dot com

the list has fast search across all 2^122 values (so you can find your favorites) - hoping to add some social features like "trending UUIDs" soon!

06.12.2024 17:51 👍 1170 🔁 278 💬 48 📌 47