Skip to content
Terence Doerksen edited this page Feb 2, 2015 · 4 revisions

The easiest way to get up and running is to add the AAR file to your Android Studio project libs folder. To do this we'll first need to grab a copy of the repo:

  • Clone the Ice GL repo using git clone https://github.com/Terence-D/IceGL.git
  • There is an AAR compiled for debug already in the repo under /app/build/outputs/aar, although I recommend recompiling yourself
  • You can optionally (but highly recommended!) modify the controls.png drawable to improve the styling of buttons, but please ensure the new png file matches the format and sizing exactly.

You are now ready to begin coding! Please head to the Your First Project page when ready!

Clone this wiki locally