artemis-odb icon indicating copy to clipboard operation
artemis-odb copied to clipboard

A continuation of the popular Artemis ECS framework

Results 38 artemis-odb issues
Sort by recently updated
recently updated
newest added

Currently the System hierarchy is quite big, does multiple things, and heavy with framework logic. There might be some ways we can: - Simplify and flatten the hierarchy. - Separate...

feature-request
API Discussion

![idea64_D36I3w613u](https://user-images.githubusercontent.com/22551980/217626157-1857a32e-5f39-4350-9ebb-8b4bb097ca21.png) if it didn't have the component, then why'd the system run for it? I have an UpdateableComponent and UpdateableSystem. Sometimes, while UpdateableSystem processes an entity, it ends up making...

bug

Ask away! If you need immediate support, try our gitter or join the libgdx discord #ecs channel!

question

EntityEdit#add(Component) first creates a component using reflection and then replaces it with the component provided in argument. Why not just use the argument component directly. It needlessly creates an extra...

question

Bumps gradle-core from 2.1 to 6.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.gradle:gradle-core&package-manager=maven&previous-version=2.1&new-version=6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps gradle-core from 2.1 to 6.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.gradle:gradle-core&package-manager=maven&previous-version=2.1&new-version=6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello everyone, I'm currently developing with Ashley but I'm not happy with some aspects of it. Then I found Artemis. However, the last release was three years ago, and the...

Ask away! If you need immediate support, try our gitter or join the libgdx discord #ecs channel! ![图片](https://github.com/junkdog/artemis-odb/assets/78594251/ad7f1e56-e247-446a-8210-471cf23f684d)

question