erwanvivien

Results 18 comments of erwanvivien

Hey, is there any update to this ? If not, where could I look into it?

Having the same issue. @h3r2tic Do you have an idea where in the code the bug is ? I would like to have a look, thanks

I think it's there: https://github.com/h3r2tic/dolly/blob/main/src/util.rs#L33-L55 ?

I've dig into it a bit: Some possible tracks: - [`interpolate`](https://github.com/h3r2tic/dolly/blob/main/src/util.rs#L40-L41) should not use delta time based for it's Lerp[1] ? - Maybe use a smooth damp instead, because it...

Ohhh alright 🤔 Then maybe the problem is more around interp_t?

I think there is less problem using the ExpSmoothed like you did, because in the article, it is using delta time, so it's always a small number, thus always on...

We are having the exact same problem > Multithreaded Wasm using some SharedArrayBuffer and we can't use Segment on this page due to COOP / COEP

https://github.com/rustwasm/wee_alloc/issues/106#issue-1179853771 > Making two large allocations, then dropping them in the order they were allocated leaks memory in wee_alloc, but not in default allocator. Hello @FlogramMatt. I believe not, this...