Search the Community
Showing results for tags 'dart'.
-
Hi ! I've started "normal" web developpement two months ago, and it was painful. I'm coming from C# developpemement and Javascript is chinese to me. So, I look to Typescript and Dart (and Coffescript, but I think it's worse). I want to use Pixi.js or EaselJs But as far as I can see, it's not so easy to import Javascript librairies in Dart. Is someone tried these language and can tell me how it worked ?
- 8 replies
-
- dart
- typescript
-
(and 1 more)
Tagged with:
-
Hi, This is my first post on this forum, please correct me if I made any mistake. I have developed a Dart port of Phaser. I know that there is a official TypeScript definition for Phaser, but still no port for Dart-lang. Currently, almost all features are implemented (except P2 and ninja physics). And some examples selected from official website were also included to test my Dart port of Phaser. I tried my best to keep the consistent API to minimal effort of transferring JS code to Dart (you can see that in examples). I would love to see anyone trying my play_phaser game engine, and please give me your feedback.
-
I am starting a Phaser Dart team. If you like Phaser and Dart this is the team for you! https://www.dartlang.org/ and https://github.com/playif/play_phaser I tried doing art, sound and code all myself but having a team would help greatly! I can put the games on the App, Play store and gamejolt so we can make money. PM me your skype or post below if interested.
-
Hi! I'd like to announce the new v0.2.0 of Pixi Dart (a port of the pixi.js rendering engine to Dart): https://github.com/FedeOmoto/pixi Changelog: Upgrade to Pixi v.1.6.1New Spine runtime: https://github.com/FedeOmoto/spineNew examples: Spine Boy: http://goo.gl/cCbKRGDragon: http://goo.gl/Rm53GLGoblins: http://goo.gl/kTQDxxPowerup: http://goo.gl/qJZ9TnSpeedy Guy: http://goo.gl/RIsAM0Spinosaurus: http://goo.gl/BXSsEkStrip: http://goo.gl/gPiW3nNow, it's time to port Phaser to Dart! Regards, Federico Omoto
-
Hi! I'd like to announce Pixi Dart, a port of the pixi.js rendering engine to Dart: Pub: http://pub.dartlang.org/packages/pixi_dart GitHub: https://github.com/FedeOmoto/pixi It's an almost complete v1.5.3 port (only Spine is missing), so I thought it is time to share and see what you guys think. I've set up a few demos at: http://fedeomoto.github.io/ Regards, Federico Omoto