Android OpenGL Sprite Demo.
touchy is hosted in the following web site
https://github.com/mdellavo/touchy
If you think the Android project touchy listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of touchy.
Item | Value |
---|---|
Java File Count | 27 |
Activity Count | 1 |
Asset File Names | assets\materials\default.mtl assets\models\asteroid.obj assets\models\background.obj assets\models\ground.obj assets\models\rocket.obj assets\textures\asteroid.png assets\textures\background.png assets\textures\ground.png assets\textures\plasma.png assets\textures\rocket.png assets\textures\smoke.png |
touchy has the following Java source files.
org.quuux.touchy.Camera.java org.quuux.touchy.CollisionListener.java org.quuux.touchy.Color.java org.quuux.touchy.Drawable.java org.quuux.touchy.GLHelper .java org.quuux.touchy.MTLLoader.java org.quuux.touchy.Material.java org.quuux.touchy.MatrixGrabber.java org.quuux.touchy.MatrixStack.java org.quuux.touchy.MatrixTrackingGL.java org.quuux.touchy.Model.java org.quuux.touchy.ObjLoader.java org.quuux.touchy.Particle.java org.quuux.touchy.ParticleEmitter.java org.quuux.touchy.RandomGenerator.java org.quuux.touchy.Sprite.java org.quuux.touchy.SpriteGroup.java org.quuux.touchy.TextTile.java org.quuux.touchy.Texture.java org.quuux.touchy.TextureLoader.java org.quuux.touchy.Tickable.java org.quuux.touchy.Tile.java org.quuux.touchy.TileGroup.java org.quuux.touchy.TouchyActivity.java org.quuux.touchy.Vector2.java org.quuux.touchy.Vector3.java org.quuux.touchy.World.java