- Notifications
You must be signed in to change notification settings - Fork145
A Java entity system inspired by Ash & Artemis.
License
libgdx/ashley
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A tiny entity framework written in Java. It's inspired by frameworks likeAsh (hence the name) andArtemis. Ashley tries to be a high-performanceentity framework without the use of black-magic and thus making the API easyand transparent to use.
Ashley is awesome, if you don't believe it, check out somegames made with it!
Ashley lives under thelibGDX family but it does not force you to use that specific framework if you do not wish to do so.
Stay up to date in Ashley matters by following@d_saltares and readingsaltares.com. Check thelibGDX blog as well for additional updates.
Something not working quite as expected? Do you need a feature that has not been implemented yet? Check theissue tracker and add a new one if your problem is not already listed. Please try to provide a detailed description of your problem, including the steps to reproduce it.
Awesome! If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a pull request. Please, make sure all theunit tests are passing before submitting and add new ones in case you introduced new features.
Ashley is licensed under theApache 2 License, meaning youcan use it free of charge, without strings attached in commercial and non-commercial projects. We love toget (non-mandatory) credit in case you release a game or app using Ashley!
About
A Java entity system inspired by Ash & Artemis.