Lorenzo Rutayisire
Lorenzo Rutayisire
@kripken @ianpurvis Actually I didn't look at performance differences under stress tests; in my specific condition (pretty lightweight at the moment) I couldn't notice any performance issue. What I've done...
@kripken said he's not working on ammo.js anymore. I've tried to compile bullet3's latest version to JS successfully _(I suggest doing it instead of using ammo.js directly, there are some...
> As context, the effort to port to the latest is probably a day or so of work (unless the Bullet APIs changed radically). It just needs someone with time...
I can confirm it gives the error on exFAT but works fine on NTFS. I just wanted to add a note: Using Windows 10 PowerShell I'm perfectly able to change...
Hello, any news on this? In my flutter app I'm trying to serialize a Dart object that has a Int64 field: ```dart Uint8List _serializeObject(Object object) { var fbb = new...
It'd be great to have command line options to set custom headers, I'm developing an `app`, that depends on a Dart `lib` which loads a JS/Wasm module. The Wasm module...
This is **very** useful thank you! I actually had plans to support OpenGL ES, Vulkan and other backends. However this PR replaces OpenGL 4.6 in favor of OpenGL ES (doesn't...
Yeah, but I think that to have two different codebases for OpenGL ES and OpenGL 4.6 would be better because OpenGL 4.6 features way more extensions than OpenGL ES and...
Hi! First of all thank you for having reached out and tried my project 😄 I'm already aware I'm using a **low** number of threads per workgroup: every workgroup has...
I have reworked the code in `dev` branch: https://github.com/loryruta/gpu-radix-sort/tree/dev Hopefully I may also have improved the performance; the next thing is to do benchmarking. Also, I have exposed two "hidden"...