-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pierreolivier edited this page Apr 1, 2012
·
12 revisions
Simple-GL-Android-Engine is a free 2D OpenGL Game Engine for the Android platform.
- Draw a sprite - Here
- Apply simple physic handler - Here
- "onManagedUpdate" - Here
- "onTouchEvent" - Here
- Attach/Detach an Entity - Here
- Set a background (texture, color, gradiant color) Here
- Make autoparallax background (a moving background with followers) Here
- Apply modifier (color, motion) Here
- Write a text Here
- Make a menu Here
- Play sound or music Here