Dmitrii Vasilev

Results 26 issues of Dmitrii Vasilev

![A GIF or MEME to give some spice of the internet](url) ## *What* is wrong? Error **"There are too many active WebGL contexts on this page, the oldest context will...

It will be very good to have something like bunnymark and direct comparison with Pixi and other WebGL wrappers....

enhancement
question

Sometimes in this example http://lo-th.github.io/Oimo.js/index.html#basic I see infinite motion ![ezgif-4-345c970d4ab6](https://user-images.githubusercontent.com/5710103/51670079-ea8bbe80-1fd6-11e9-8a42-384ad77a0644.gif) This happens only with the same meshes

Is it possible to update only if needed but render by requestAnimationFrame?

I can get JSON tree from the head of any branch but how to get tree from any commit? Maybe exists some hacky solution?

if I use server-side something like ``` let obj = lzString.decompressFromUint8Array( new Uint8Array( userData ); ``` can it broke on random or broken data?

// This is not good because you need add to OBJ unnecessary variables. var obj = {value:0,range:[-1,1]}; panel.addSlider(obj,'value','range'); // This is ok)) var obj = {value:0}; panel.addSlider(obj,'value',range:[-1,1,0.1]); // Or this...

enhancement