introducing iio.js -\\ a super easy JS framework for games and animations
3 replies, posted
[url=http://iio.js.org][img]https://pbs.twimg.com/profile_images/480073061245280256/ATdmwBWA_400x400.png[/img][/url]
[b][url=http://iio.js.org]iio.js website[/url][/b]
iio.js is an open source JavaScript framework that makes it super easy to make 2D games and animations with HTML5 Canvas. It isn't exactly new, its actually the newest, and rechristened, version of [url=http://iioengine.iioinc.com/]iio Engine[/url], which I released about 2 years ago right on this forum.
How easy is it? Here's "Hello World":
[code]app.create( app.center, 'Hello iio' );[/code]
Just because it simple though, doesn't mean it isn't useful for complex apps. iio.js is dependency free, does not limit standard JS usage or conflict with any other libraries, and it also integrates directly with Box2D. Checkout this drag and drop demo for example: [url=http://iio.js.org/#demos/box2d]Box2D Demo[/url].
Though no mobile specific functionality is included, iio.js has been used to make iOS and Android games, here's one made pretty recently: [url=http://www.html5gamedevs.com/topic/19917-reach-for-the-star/]iio.js mobile game[/url]
There's also full [url=http://iio.js.org/#api]online documentation[/url], which can be downloaded for offline use on [url=https://github.com/iioinc/iio.js/tree/gh-pages]Github[/url]
[b][url=http://iio.js.org/#demos]Demos[/url][/b]
[b][url=http://iioinc.com/tutorials]Tutorials Website[/url][/b]
Check it out and let me know what you think! I've been working on this library off and on for almost 3 years now, with help from 6 other developers, and feel that this version is something special.
It even has a feature which I don't think exists anywhere else: [url=http://iio.js.org/#demos/textedit]text editing on a Canvas[/url]
I'll be continuing to work on it - my next focus is better iOS and Android integration - and releasing new demos and tutorials whenever I can. Follow the project on [url=https://twitter.com/iioinc]Twitter[/url] to hear about new content!
Looks good! I'll give it a shot for the next bit of interactive web-dev i've gotta do. The demo's page is particularily well done, good idea having the demos link to the code :goodjob:
Your Snake demo spawned a food square out of bounds. But importantly it performed well so good job on the framework.
There's also Three.js for 3D stuff.
Sorry, you need to Log In to post a reply to this thread.