Gene Vayngrib

Results 19 issues of Gene Vayngrib

would be cool if you could replace sprites with icon font (e.g awesome icon font), which should also solve retina/non-retina issues and allow coloring icons according to a jqm color...

On Android that was possible for a while, but if it is finally possible on iOS 11. Note that some passports, like US, needs to be open for NFC chip...

faq

@pirate thank you for your guide!! I am trying to figure out the following scenario, which Fly.io describes, but never described in a way that can be implemented: ``` app...

on [this page](http://urbien.com/app/RecipeBook#view/http%3A%2F%2Furbien.com%2Fsql%2Fwww.hudsonfog.com%2Fvoc%2Fmodel%2Fsocial%2FApp%3FappId%3Dbd3a1173de2dab3e64db1789c7b7caf) drag thumbnail images below the main image right click to kill this extremely annoying effect

@snakajima awesome repo, I wonder if you ever thought of supporting UDP, I need it for bittorrent DHT (trackerless torrents)

I need two node processes to run inside the image. I would install supervisor as described in docker docs https://docs.docker.com/articles/using_supervisord/ but do not seem to have an apt-get in your...

2D Games have been using parallax effect to create a depth of field feeling. Web sites recently started to use this technique. Some mobile apps do that too. See for...

enhancement
physics

Many of today's mobiles have more than one processor, and this allows to efficiently do computations without disrupting the rendering. This should reduce the amount of yellow spikes showing in...

enhancement
physics

This issue has been well understood in Games. Stefan (creator of cannon.js and p2.js) brought my attention to bullet physics engine, which addresses this issue. Here is their [doc](http://www.bulletphysics.org/mediawiki-1.5.8/index.php?title=Canonical_Game_Loop), and...

enhancement
physics

We implemented the world in the web worker. The main thread (renderer) is stepped by a requestAnimationFrame (raf). How should the world be stepped? 1. move them synchronously. Raf issues...

question
physics