Closed undefinedhuman closed 3 years ago
If those unit tests are not sufficient, I can change them and include more
When we update to gdx 1.10.0, next ashley version can't be used by someone depending on an older version. We should only raise this when needed because of incompatibilities. Is this the case here?
No, that was actually not the case, but the increase of the Java source version was necessary due to incompatibility with the Gradle version currently in use. Should I lower the libGDX version again?
In my opinion it should be lowered to a reasonable version, 1.9.8 or 1.9.10 are good bets.
I tested, 1.9.8, 1.9.9, and 1.9.10, which one would you recommend?
When 1.9.8 works, use it :)
Updating to the newest libGDX version, through the update to Gradle 4.3 java source compatibility 1.6 is no longer supported, so updated to version 1.7 (which is also deprecated and should be updated to 1.8 in the near future)
Fix libGDX capitalization in the readme, as the official libGDX repo did it
Created small utility functions in the iterating systems to enable the efficient usage of iterating systems for render systems and such:
Example Implementation of a Render System: