RSSAmplifier

Blog

indiegamr

apps, indie beyond

indiegamr.comRSS feed ↗10 posts

Latest posts

SoundJS 0.5.2 Audio Plugin for CocoonJS 1.4.7

I just updated the CocoonJSAudioPlugin.js to work with SoundJS 0.5.2 and CocoonJS 1.4.7 Download: CocoonJSAudioPlugin How to use: Just put the CocoonPlugin as the first entry to register and you can use everything else of the SoundJS-library just as is in Continue reading

Commander Cherry’s Puzzled Journey

I have been very busy recently and I am now starting to catch up with the blog and everything. On that note: I ve released an Update to my ebook to make it compatible with the latest version of EaselJS 0.7.1 Continue reading

13kb html5 multiplayer

This week I ve finished my entry for the JS13k Compo a competition for HTML5-games with a size

Fading Waves Effect with EaselJS

Today I made a basic JavaScript-version of my flash waves-effect, that I made a couple years back. direct link: http://labs.indiegamr.com/olines/index.html For bluring I used this filter: Link but still: For those kind of operations HTML/JS is unfortunately still way Continue reading

The state of Audio in HTML5 Games

HTML5 Gaming for desktop and mobile is a very trendy topic these days. The performance of canvas applications is getting better and better each day and technologies like CocoonJS or Ejecta even enable a close to native performance for canvas Continue reading

EaselJS Book Review: Instant EaselJS Starter

Editor s note: The Author of the book Instant EaselJS Starter by PACKT Publishing, Fabio Biondi, is a friend of mine and I also did the technical reviewing for the book. However, I want to state that I do not get Continue reading

CocoonJS AudioPlugin for SoundJS

PLEASE USE THE UPDATED VERSION OF THIS PLUGIN IF YOU ARE WOKING WITH SoundJS 0.5.2 // CocoonJS 1.4.7 at http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/ Again a small, but hopefully helpful file: CocoonJSAudioPlugin.js As the native SoundJS-Plugins: WebAudioPlugin.js and HTMLAudioPlugin, don t seem to go hand Continue reading

Quickfix to enable touch of EaselJS-DisplayObjects in CocoonJS

So while on the Stage touch is working for EaselJS in CocoonJS, it is currently not possible to touch individual EaselJS-DisplayObjects in CocoonJS. I wrote a quick fix for that, in case anyone else needs it. Download: easeljs_cocoonjs_touchfix.js (updated version to Continue reading

EaselJS CodeCompletion for SublimeText2

Today I was trying to scrape the EaselJS-Classes for their public methods and properties to generate an EaselJs-CodeCompletion for SublimeText2. I had some difficulties getting a unified set of information for each method/property because the code does not seem to Continue reading

“Can you make that loading screen stay longer?”

Or in other words: When everything that can be wrong with a client is wrong! The client had already made a couple requests that seemed odd or made no sense in my eyes, but this one really sums up Continue reading