Skip to content

darkoverlordofdata/entitas-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d90980d · May 11, 2016

History

28 Commits
Apr 29, 2016
May 4, 2016
May 11, 2016
Apr 27, 2016
May 11, 2016
Apr 25, 2016
Apr 25, 2016
May 1, 2016
Apr 29, 2016
May 11, 2016
Apr 25, 2016
Apr 25, 2016
May 2, 2016
May 1, 2016
May 7, 2016
May 8, 2016
May 8, 2016
Apr 25, 2016
Apr 25, 2016
Apr 25, 2016
Apr 25, 2016
May 1, 2016
May 2, 2016
May 1, 2016

Repository files navigation

Entitas ECS - Kotlin

Kotlin implementation port of https://github.com/sschmid/Entitas-CSharp

core module is a demo entitas module is the library

Entitas cli

use entitas cli to generate empty components & extensions

git clone git@github.com:darkoverlordofdata/entitas-ts.git
cd entitas-ts
npm install . -g

Kotlin Usage:
entitas init namespace
entitas create -c name field:type... 
entitas create -s name interface...
entitas generate -p kotlin

Options:
-c  [--component] # create a component
-s  [--system]    # create a system
-p  [--platform]  # target platform for generated code

About

Port of Entitas-CSharp to Kotlin

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.txt
MIT
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published