Dear reader, Is it possible to use phaser features in pure html5? For example: I have a little game with a standard gameloop(setInterval or requestAnimationframe) and I'm to lazy to program my particles the hard way. Will I be able to use particle emitters of phaser? without the basic structure: var = state{ preload: ... create: .... update:....}; Thanks a lot in advance, Best Regard from belgium Cedric Van Roeyen