Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haysclark/spritesheet-samples
https://github.com/haysclark/spritesheet-samples
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haysclark/spritesheet-samples
- Owner: haysclark
- License: other
- Created: 2014-11-30T19:59:02.000Z (about 10 years ago)
- Default Branch: 1.2.1
- Last Pushed: 2014-11-30T22:32:29.000Z (about 10 years ago)
- Last Synced: 2024-10-27T23:36:00.281Z (2 months ago)
- Language: Haxe
- Size: 391 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
spritesheet-samples
===================Sampples for the Spritesheet Haxelib.
Requirements
------------
To install Spritesheet Haxelib:haxelib install spritesheet
Installation
------------
To install Spritesheet-Samples Haxelib:haxelib install spritesheet-samples
Usage
-----### Listing Samples
To list all the Spritesheet samples use the following command:lime create spritesheet
### Creating Samples
If you find a sample you would like to create, you can create it using the "create" command:lime create spritesheet:Basics
This will create a copy of the sample within the current directory, using the same name as the sample. If you prefer, you can also specify a custom target directory:
lime create spritesheet:Basics SpritesheetTest
License
------------Spritesheet-Samples is free, open-source software under the [MIT license](LICENSE.md).
Development Builds
------------Clone the Spritesheet-Samples repository:
git clone https://github.com/jgranick/spritesheet-samples
Tell haxelib where your development copy of Spritesheet-Samples is installed:
haxelib dev spritesheet-samples spritesheet-samples
To return to release builds:
haxelib dev spritesheet-samples