Dreamengine icon indicating copy to clipboard operation
Dreamengine copied to clipboard

A powerfull JS 2D Game Engine cross-compatible and easily extendable

Results 7 Dreamengine issues
Sort by recently updated
recently updated
newest added

Grimka's game sample using DreamEngine

List of plugins to redo (check in branch V0.26 js/plugins): - GameScreen - GameScreenManager - TouchPad - Popup - DemoPopup - Lightbox - MessageBox - ChoicesBox - Button

refactoring

Actually, the Camera must be moved with the opposite value compared to what we want to do (x += 10 will display as a -10). This is because the Camera...

enhancement
feature
rendering

Add the ability to localize a sound in the 2D space (giving it a X-Y position when playing ? Or assigning the sound to a gameobject ?). This will change...

feature
sound
logic

The dev should be able to set multiple qualities in the "images json file". For example. I make my game with a 1920*1080 quality (so I declare a render with...

enhancement
feature
rendering

The way it was done before was a mess, should review the way to do and use it. Maybe give a try to https://github.com/kittykatattack/bump Previous name in the engine was...

feature
logic

Make update to PIXI V4 need a complete rewrite (it's the best choice to be able to use all awesome features provided by PIXI and PIXI plugins). So let's do...

enhancement
refactoring