StrykerKKD Posted June 20, 2014 Share Posted June 20, 2014 DartRocket is an open source 2D HTML5 Game Framework, which i made with Dart and it's built on top of StageXL.You can find it on github or pub(Dart package manager). You can also find the documentation on pub, because the documentations are automatically generated for the packages.My goal with this framework is to make the same kind of game framework like Phaser, but using Dart. DartRocket is in alpha(0.1.2), but i already have two examples to show how it works. StateMachine and SpaceInvader. Features:State and StateManager: This was the first thing I made, because i just love to use states and it breaks up the game smaller manageable parts.GameObjects(Sprite,Button,Background)SoundStageXL classes(ResourceManager,Juggler for animation,EventListeners etc..)I started this framework for 4 basic reasons:I couldn't program in Javascript how i wanted and i was never satisfied with my code structure even though i used Require.js . I fell in love with Dart. It's bad practice to fall in love with a language, but it's just too awesome. There was no HTML5 game framework for Dart The challenge that I can create something newI do not recommend using it now because it's in alpha and will have a lot of breaking changes, unless you are a brave developer, who knows or want to know Dart and StageXL. All in all this is what i'm working on now a days. Quote Link to comment Share on other sites More sharing options...
StrykerKKD Posted August 4, 2014 Author Share Posted August 4, 2014 New version of DartRocket is available.(0.1.4) Changelog Blog post about the update. Quote Link to comment Share on other sites More sharing options...
powerfear Posted August 4, 2014 Share Posted August 4, 2014 In the SpaceInvader example if I move the ship a little bit outside of the canvas the ship disapear and I can't move but I still see bullet shooting. Quote Link to comment Share on other sites More sharing options...
StrykerKKD Posted August 5, 2014 Author Share Posted August 5, 2014 Sprite is a little incomplete and now kills everything that goes out of bounds.Another thing i have to fix for the next update. Quote Link to comment Share on other sites More sharing options...
StrykerKKD Posted August 25, 2014 Author Share Posted August 25, 2014 New version of DartRocket is available.(0.1.5) Changelog Blog post about the update I also started working on the physics system and now the gravity works. 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.