apotapov / gdx-artemis

Fork of artemis entity-system (http://gamadu.com/artemis/) refactored to integrate with Libgdx (http://libgdx.badlogicgames.com/)
Other
53 stars 5 forks source link

Added a build.gradle #37

Closed xaguzman closed 10 years ago

xaguzman commented 10 years ago

Libgdx's is now using gradle as its dependency management.

I thought that using gradle for gdx-artemis was fit, this way it can always pull the latest libgdx version by just adjusting the build.gradle file (one line).

Another advantage to this is the fact that gradle is able to set up environments for eclipse or idea (i think netbeans as well).

Please let me know what you think

apotapov commented 10 years ago

Good stuff, thanks. Haven't tested but I assume it works. Thanks for adding the gitignore for eclipse as well. I would prefer to keep maven build for my own environment for now.

xaguzman commented 10 years ago

It works, I just did not version the graddle wrapper, so you either need to have gradle installed or copy & paste the gradle wrapper in your folder structure