forked from Rygal/Rygal
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup guide
Kasoki edited this page Aug 12, 2012
·
7 revisions
Through the haxelib support since Rygal v0.5.0 it's fairly easy to install the library so you can get started in making your first game using Rygal.
Installation is as easy as setting up any other library that supports haxelib, just open a shell/command prompt and type:
haxelib install rygal
And that's it! Seriously, it's as easy as that!
After you installed Rygal you should check out how to compile it to other platforms:
- Flash target - setup guide
- Windows target setup guide
- Linux target setup guide
- OS X target setup guide
- iOS target setup guide
- Android target setup guide
- BlackBerry target setup guide
If you use FlashDevelop, you can use the Rygal template for FlashDevelop. It provides you with a basic scene that you can use as a base for your game code.
If you'd like to get some help in creating your first game, make sure to check out the Beginner's guide.