Hacker News new | ask | show | jobs
by peterkieltyka 3356 days ago
IvanK, your demos are pretty cool and renderer looks solid. You should put your work on GitHub for others to build on. These days I don't know of a solid 2D WebGL renderer that is decided for games specifically. There is pixi, which is great, but its not made necessarily for game dev
1 comments

Thank you. I made the library IvanK.js mainly for myself (but there are hundreds of people using it, too). I fixed all known bugs during the last 5 years and implemented all I wanted to implement, so now I consider it to be a "complete thing". The rest should be built on top of it, not inside the library.

PIXI.js is cool (actually they use some of my code), but I think that my library is easier and more comfortable to use.

that sounds awesome - can you put your IvanK.js library on github and link to it? I'd love to use it as well, specifically together with planck.js
It has its own website http://lib.ivank.net/ . You could find it using Google. This website is already known to Google and others and I think it would be confusing to have it on two different places.