Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AndreiRudenko/clay

Cross-platform 2d game framework
https://github.com/AndreiRudenko/clay

engine game-engine haxe kha

Last synced: 6 days ago
JSON representation

Cross-platform 2d game framework

Awesome Lists containing this project

README

        

# Clay
a cross-platform, 2d game framework.
Built on top of [Kha](https://github.com/Kode/Kha) framework using [Haxe](https://haxe.org/) language.

## Installation
```bash
git clone --recursive https://github.com/clay2d/clay.git
haxelib dev clay2d path/to/clay2d
```

### Command Line Interface
- haxelib run clay2d init [ -t template ]: *initialize a new project*.
- haxelib run clay2d build < target > [ --debug ]: *build the current project*.
- haxelib run clay2d run < target > [ --debug ]: *build and run the current project*.
- haxelib run clay2d server : *launch server for html5 build*.
- haxelib run clay2d launch: *launch build*.
- haxelib run clay2d collect [--clear, --verbose]: *copy all libraries to project folder*.
- haxelib run clay2d clear < target >: *remove project build files*.