Advertisement ยท 728 ร— 90

Posts by 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!

9 months ago 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.

9 months ago 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/...

9 months ago 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.

9 months ago 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?

1 year ago 1 1 1 0
EulerRot in bevy::math - Rust Euler rotation sequences.

docs.rs/bevy/latest/...

๐Ÿ‘€

1 year ago 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
}
```

1 year ago 0 0 1 0
Advertisement

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

1 year ago 1 0 0 0

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

1 year ago 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.

1 year ago 2 0 1 0

Thank you!

1 year ago 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?

1 year ago 0 0 1 0

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

1 year ago 1 0 2 0
Video

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!

1 year ago 1167 277 48 47