Lukas Kalbertodt

Results 205 comments of Lukas Kalbertodt

I was asking for a friend, I don't own a Mac either, so I won't be able to contribute anything :( Said friend and I tried to quickly find out...

I have a patch for this: https://github.com/Lokathor/bytemuck/compare/main...LukasKalbertodt:relax-derives-for-generics The reason why I did not submit this as PR (yet) is because it makes a specific error messages notably worse: if a...

> fixed in a timely manner, which is usually the case (thank you ekuber and co

@Berrysoft That's an interesting idea! I opened #21. Not sure if I can start working on it anytime soon, though.

@Dophin2009 Thanks for letting me know. I think this functionality should certainly live outside of `bunt` itself, but as a standalone crate, it's great!

Hi there. Regarding `format!`, checkout #2. In summary: we can't really add this to `bunt` unless we change how the `Buffer` works in `termcolor`. Regarding `format_args`: to be honest, I...

Ah surel, if you need to write to `Buffer`, that surely allocates, yes. > I was thinking `bunt` could just pass the data to `std::format_ags!` and return the result. We...

The value was adjusted to `0.7` in #34. This looks pretty ok.

Right now, I think the best way is to calculate the normals based on the resulting mesh.

I quickly tested this in https://github.com/LukasKalbertodt/cantucci/commit/f56fc9794a22454dc75c4463577a053e1f792ef3 and https://github.com/LukasKalbertodt/cantucci/commit/97fcef60648ecec558faa1390c5ed2bd59a81520 : the optimized version was a lot slower :open_mouth: