Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfl/lime-samples
Lime sample projects
https://github.com/openfl/lime-samples
haxe lime lime-samples
Last synced: about 2 months ago
JSON representation
Lime sample projects
- Host: GitHub
- URL: https://github.com/openfl/lime-samples
- Owner: openfl
- License: mit
- Created: 2015-03-04T20:56:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T16:12:08.000Z (6 months ago)
- Last Synced: 2024-10-30T00:55:00.384Z (2 months ago)
- Topics: haxe, lime, lime-samples
- Language: Haxe
- Homepage: https://lime.openfl.org/
- Size: 7.53 MB
- Stars: 13
- Watchers: 13
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/openfl/lime-samples.svg?style=flat&label=haxelib)](http://lib.haxe.org/p/lime-samples)
Lime Samples
==============A collection of sample projects illustrating different [Lime](https://lime.openfl.org/) 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