[V9] [Dart] Aurora Dart Prototype

Custom Title Activated
Loyal Member
Joined
Oct 26, 2012
Messages
2,357
Reaction score
1,086
Hey,

Recently in my Aurora development thread I mentioned I was working on the V9 in Dart a bit if I was getting tired of R38.

Here, I release the Dart prototype source code of Aurora V9. Not much is done, just some small stuff. Plus, it isn't the greatest code (but eh, it's something new, no?). The database is PostgreSQL (the only MySQL driver isn't working anymore) and well... it's V9.

What is done?
- Logging in
- Changing figure, motto and gender
- Changing email and password
- Redeeming voucher

Why is it released?
So people can look into it and learn from it I guess, even though it doesn't contain comments yet... ugh, anyways, any questions can be asked here. I just wanted to show off a bit of the work on it for now.

Is it going to be developed further?
Yes, unless I have 5 great developers saying everything is poop WITH correct reasons, but even then I might rewrite the source. In other words, I want V9 to be fully standalone from R38. I think it'd be much better that way.

Credits?
Me of course for writing the source, mgechev on Github for example of the TCP server ( ), Google + Stackoverflow for the help

IDE?
You can use Visual Studio Code and install the Dart extension. If you install Dart and then Visual Studio Code Dart extension, you can write Dart files (*.dart extension) and run with F5 (maybe you have to setup the configuration which isn't too hard).

Release?
The Github repository is here .
 
Junior Spellweaver
Joined
May 15, 2014
Messages
165
Reaction score
34
I like that something new was brought to the game Looks good, glad u released the source early so that people that are getting into dart or habbo emulation then they can check it out and see how everything functions.