All Projects → clay2d → clay

clay2d / clay

Licence: MIT license
Cross-platform 2d game framework

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to clay

devilf
A Flutter 2D RPG Game Example On Web & Android & IOS.
Stars: ✭ 66 (+69.23%)
Mutual labels:  engine
UE4-BUIValidator
UE4 UI Texture Validator Plugin
Stars: ✭ 48 (+23.08%)
Mutual labels:  engine
testable appengine
A testable Python skeleton application for Google's App Engine and AppScale environments
Stars: ✭ 30 (-23.08%)
Mutual labels:  engine
RenderMaster
Graphic engine
Stars: ✭ 35 (-10.26%)
Mutual labels:  engine
zenaton-node
⚡ Node.js library to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 50 (+28.21%)
Mutual labels:  engine
Mezzanine
A game engine that supports high performance 3d graphics physics and sound
Stars: ✭ 18 (-53.85%)
Mutual labels:  engine
rails email
Record rails error logs and Email logs, efficient and clean
Stars: ✭ 23 (-41.03%)
Mutual labels:  engine
Commander Wars
The aim of this project is to create an Advance Wars Clone with a lot of additions customizations and modding support. For Contact Inforamtion see the wiki page. Take a view on the game.
Stars: ✭ 89 (+128.21%)
Mutual labels:  engine
imsearch
Framework to build your own reverse image search engine
Stars: ✭ 64 (+64.1%)
Mutual labels:  engine
Austen-Works
Jane Austen’s Collected Works
Stars: ✭ 26 (-33.33%)
Mutual labels:  engine
mapmint
Fast and easy webmapping.
Stars: ✭ 51 (+30.77%)
Mutual labels:  engine
DungeonMaster.NET
Reimplementation of famous old Dungeon Master game.
Stars: ✭ 23 (-41.03%)
Mutual labels:  engine
aura
A fast and lightweight 3D audio engine for Kha.
Stars: ✭ 31 (-20.51%)
Mutual labels:  kha
rabbit-hole
An experimental voxel engine.
Stars: ✭ 39 (+0%)
Mutual labels:  engine
mira
Qlik Associative Engine discovery service for orchestrated environments.
Stars: ✭ 13 (-66.67%)
Mutual labels:  engine
Engine-Tune-Repository-TunerPro-EFIlive-TunerCat
Repository for Engine Tune information
Stars: ✭ 30 (-23.08%)
Mutual labels:  engine
Wasabi
Wasabi Vulkan Game Engine
Stars: ✭ 34 (-12.82%)
Mutual labels:  engine
lirith
Graphics engine written in Crystal.
Stars: ✭ 31 (-20.51%)
Mutual labels:  engine
text-engine
A browser-based text adventure game engine and sample game
Stars: ✭ 146 (+274.36%)
Mutual labels:  engine
Minic
A simple chess engine to learn and play with
Stars: ✭ 65 (+66.67%)
Mutual labels:  engine

Clay

a cross-platform, 2d game framework.
Built on top of Kha framework using Haxe language.

Installation

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].