What is IvanK Lib?
IvanK Lib is JavaScript library for 2D and 3D graphics, inspired by Flash, so it is familiar to flash developers.
What benefits you get with IvanK over Flash and other HTML5 frameworks?
-
Incredible speed.
IvanK uses WebGL to render graphics. Your games and apps will be incredibly fast even on low-end devices. Let's say your current flash game has the resolution 600x400, it runs at 25 FPS and uses 60% of CPU. Your equivalent version in IvanK will use 15% of the CPU, it will run at 60 FPS in fullscreen.
-
Small size.
IvanK.js is under 50 kB. Do all games and apps need preloaders? No, they don't.
-
"Native" programming.
Many third-party tools allow you to write HTML5 apps. They have their own environment and they generate JavaScript at the end. But IvanK and your app are written in JavaScript, you know what your code does and it is always faster than any machine-generated JavaScript.
-
Mobile devices support.
Your apps will run on mobile devices including tablets and smartphones. It already runs in almost all browsers on Android (here is a video of IvanK.js on Android). Support in iOS is also expected (when Apple puts WebGL into Safari).
