eskimo icon indicating copy to clipboard operation
eskimo copied to clipboard

eskimo is an entity-component system written in Haxe, focused on having a small codebase, simple API, and performance.

Results 4 eskimo issues
Sort by recently updated
recently updated
newest added

Hi, The example in `README.md` is a bit contrived (string/int components -- useful for testing though). In particular, it doesn't explain how to use systems. ECS libraries can do things...

Hi, Your repository is seriously lacking in unit tests. Please add some. munit is a good choice, because it's cross-platform (builds and runs on multiple platforms, if you so choose).

enhancement

So the topic of this issue is really more of just a potential solution to the problem I'm having. Basically, my systems have both a render method and an update...

enhancement

Can't build for java ``` haxelib run hxjava hxjava_build.txt --haxe-version 3300 --feature-level 1 javac "-sourcepath" "src" "-d" "obj" "-g:none" "@cmd" src/eskimo/IComponentType.java:9: error: getClass() in IComponentType cannot override getClass() in Object...

bug