Releases: Electrostat-Lab/Articular-ES
Releases · Electrostat-Lab/Articular-ES
Version 1.0.0-alpha
What's Changed
- Articular core: the core API by @Scrappers-glitch in #1
- Base ECS API by @Scrappers-glitch in #6
- Design correction by @Scrappers-glitch in #9
- Rewrite architecture into 2d memory maps and provide a cache map by @Scrappers-glitch in #10
- Articular-es: introducing ECS modules and ArticularSystem interfaces by @Scrappers-glitch in #11
- Architecture update by @Scrappers-glitch in #12
- articular-examples: main module and HID example by @Scrappers-glitch in #13
- Jme example: added TestArticularJme by @Scrappers-glitch in #14
- Generics migration by @Scrappers-glitch in #15
- articular-examples: added architecture component-diagram for TestArticularJme by @Scrappers-glitch in #16
- Data pipe feature by @Scrappers-glitch in #17
- Articular-ES: testing and deployment scripting by @Scrappers-glitch in #18
- build-test: fix task names by @Scrappers-glitch in #19
- Java docs and API improvements by @Scrappers-glitch in #20
New Contributors
- @Scrappers-glitch made their first contribution in #1
Full Changelog: https://github.com/Software-Hardware-Codesign/Articular-ES/commits/1.0.0-alpha
In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:
repositories {
mavenCentral()
}
dependencies {
implementation "io.github.software-hardware-codesign:articular-es:1.0.0-alpha"
}