juj
juj
The convex hull computation algorithm has been a pain point for some time, getting it numerically robust is proving to be very difficult. (Although I am not fully convinced if...
For this repository I am not looking to add a license file. However this code is already in public domain, so you can fork it, and add a MIT license...
Thanks for reporting, and sorry for taking a long time to react to this, it had slipped my email notifications - perhaps it could be added as a linker dropdown...
This is an interesting topic. Currently there is ASYNCIFY support, and I think there would be possibility to integrate with JSPI to turn asynchronous calls to synchronous ones. That is...
This page lists support for Web Audio API http://caniuse.com/audio-api , which is required for audio support. Firefox is an exception since it uses a (deprecated) Mozilla Audio Data API for...
That is an interesting question. > the function implementation for wgpu_is_valid_object only checks to see if the handle is valid and whether the handle has been registered to the object...
Perhaps this is due to the other path issues on WinXP. I have seen similar prints on my system on a rare occasions, but usually full rebuild helps. I updated...
I have tried to argue for a long time that if the main thread was allowed to wait on a futex, then browsers would have an immediate mechanism to detect...
Coming back to this topic, to be frank, as more time passes, the stronger I feel that adding atomics waits to the main thread would be the right thing to...
Thanks for all the comments. I posted in https://github.com/tc39/proposal-atomics-microwait/issues/1 a question about what the semantics of such a capped Atomics wait would be. If the `{ clampTimeoutIfCannotBlock: true }` mechanism...