Skip to content
Kasoki edited this page Aug 12, 2012 · 7 revisions

Setup guide

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

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!

Cross-Compiling setup guides

After you installed Rygal you should check out how to compile it to other platforms:

Usage

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.

Further information

If you'd like to get some help in creating your first game, make sure to check out the Beginner's guide.