Skip to content

openfl/lime-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Haxelib Version

Lime Samples

A collection of sample projects illustrating different Lime features.

Installation

haxelib install lime
haxelib run lime setup

The lime-samples library will be installed automatically. If you need to install it alone, you can use the following command:

haxelib install lime-samples

Listing Samples

You can browse the project directory, but it is generally simpler to use the following command to list available Lime samples:

lime create

Creating Samples

Once you find a sample you would like to create, you can generate a copy using the "create" command:

lime create HelloWorld

This creates a copy in the current directory, but you can also specify an output directory if you prefer:

lime create HelloWorld LimeTest

Development Builds

Clone the lime-samples repository:

git clone https://github.com/openfl/lime-samples

Tell haxelib where your development copy of lime-samples is installed:

haxelib dev lime-samples lime-samples

To return to release builds:

haxelib dev lime-samples