Kevin Birk
Kevin Birk
So I was digging a bit deeper and realised that the leak only occurs if I use the network simulator over an unreliable unordered channel. I've attached some code that...
I'm experiencing the same failed assertion. My code is nearly identical to the pub / sub sample in the wiki, with only an additional call to unsubscribe. Once I call:...
After some digging I found a potential cause of the issue. I found the issue occurs when my program does the following: - Subscribe to a channel - Poll `libevent`...
I have a use case where the min / max values of the slider are dynamic floating point values. This exception is thrown constantly because of issues with floating point...
@cdbethune - Yes, it uses the OUTPUT_WIDTH and OUTPUT_HEIGHT ConfigurableProperties. Both default to 256.
If you look at the [webworker code](https://github.com/unchartedsoftware/torflow/blob/master/public/javascripts/particles/particlesystem.js) that generates the attribute buffers you can see we use four floats for the x/y of the relays, and four floats for two...
@strugee Thanks for opening this issue. With the recent draft of the WebGL 2.0 spec, it is unfortunate that there are still browsers and devices still do not support WebGL...