endel Posted February 18, 2013 Share Posted February 18, 2013 I've just released the version 0.1.1 of joy.js: http://joyjs.org This new version allows to create custom loaders for scenes, like the default one that you can see here: http://joyjs.org/core/scenes.html I encourage you guys to give a shot using the engine, and to collaborate on the development, reporting issues (I haven't tested on many devices), refactoring the core, implementing new features, etc.The effort will be always to be easy to use. Any suggestions or comments are welcome. Quote Link to comment Share on other sites More sharing options...
markbilly Posted February 18, 2013 Share Posted February 18, 2013 This looks really awesome. Is there a way I can use the sprite part of the engine without using canvas? I am part way through developing a game now using purely DOM and I'm just getting to writing some code for dealing with sprites and animations. Quote Link to comment Share on other sites More sharing options...
PixelPicoSean Posted February 19, 2013 Share Posted February 19, 2013 I love the design, just like flixel powered by cool component system. I'm not afraid of javascript now ~ Quote Link to comment Share on other sites More sharing options...
endel Posted February 19, 2013 Author Share Posted February 19, 2013 This looks really awesome. Is there a way I can use the sprite part of the engine without using canvas? I am part way through developing a game now using purely DOM and I'm just getting to writing some code for dealing with sprites and animations. Currently joy.js only supports canvas 2d.In the future it should implement a CSS and WebGL renderer, such as CAAT does (which IMHO it's too hard to use). In the next releases I'll probably do some experiments with CSS. One thing I like in pure CSS is that you dont need any extra library for transitions/animations. Quote Link to comment Share on other sites More sharing options...
markbilly Posted February 19, 2013 Share Posted February 19, 2013 Yeah, well I mean animated sprites using CSS and DOM objects should be really easy. I must use joy.js for my next project instead then :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.