Jump to content

DartRocket - New HTML5 Game Framework in Dart


StrykerKKD
 Share

Recommended Posts

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)
  • Sound
  • StageXL classes(ResourceManager,Juggler for animation,EventListeners etc..)

I started this framework for 4 basic reasons:

  1. I couldn't program in Javascript how i wanted and i was never satisfied with my code structure even though i used Require.js .
  2. I fell in love with Dart. It's bad practice to fall in love with a language, but it's just too awesome. :D
  3. There was no HTML5 game framework for Dart
  4. The challenge that I can create something new

I 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.

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...