Game Development in Android
Game Development in Android
Overview
Introduction Android Tools Game Development OpenGL ES Marketing Summary Questions
Introduction
Disgruntled Rats incorporated on March 31st, 2011. We are a small company that specializes in game development for mobile devices. Sean Godinez - Software Engineer - Graphics and C/C++ Michael Boldischar - Software Engineer - Java and Linux Brian Morgan - Music, Sound, Marketing, Business, and Advertising
Question!
Who discovered quaternions and when?
Android Tools
Eclipse - Integrated Development Environment (IDE) ADT - Android's Eclipse Plugin Ant (show off our build environment)
http://www.disgruntledrats.com/?page_id=309
Why Ant? - Larger group projects The Eclipse IDE works well for one developer Can invoke Ant scripts from cron scripts Hudson - Automatic build tool Invokes Ant when new code is checked in Send emails when code doesnt compile Android SDK - includes ADB
http://developer.android.com/sdk/installing.html
Sprites
A sprite is a texture mapped to a quad. They can be animated by updating their position / texture coordinates over time. Basic Plants, grass, signs, etc Axial LOD Technique for far off mountains, castles, etc Screen-Aligned HUDs Text View Point Point Sprites => Particle Effects Clouds
World-Oriented Sprites
Sound
We developed a sample sound project that builds and deploys with Ant. Follow the following link to our website to get started : http://www.disgruntledrats.com/?page_id=545 Let's read some code!
Question!
Who's hotter than J-WOWW?
AI & Physics
AI Behaviors Seek and Evade Cohesion and Separation Alignment A-Star & Dijkstra Search Algorithms Classical Mechanics Position and its derivatives Force
Version Checking
You should check which version of OpenGL ES is supported by the current device.
Question!
Who would win in a fight and why? Gordan Freeman Chuck Norris
Transformations
Right Hand Rule vs Left Hand Rule Column Vector vs Row Vector Column Major vs Row Major Translation Rotation Scale 4x4 Transformation Matrix Rotation about arbitrary axis Quaternions Inverting Matrices Transpose of an Inverted Matrix Transformations in a Scene Graph OpenGL ES 2.0 does NOT have matrix stack Check out our website for a tutorial on scene graphs
Question!
Who's hotter than Jessica Alba?
Camera
Projections (Orthographic, Perspective, Isometric) Constraints on Calculating Axis (Up x View) View Matrix transforms from World Space to Eye Space rotates (u,v,n) to align with world (x,y,z) translates to origin
Question!
What was the name of the end boss in World of Warcraft's Molten Core?
Vertex Shader
Primitive Assembly
Rasterization
Fragment Shader
Per-Fragment Operations
Shaders in Android
Google does not currently have an Android emulator that supports OpenGL ES 2.0, but nVidia does!
http://developer.nvidia.com/tegra-resources#tools
Question!
What is the game engine in the new Battlefield 3 FPS?
Marketing
Summary
Game development is challenging. Lots of math. No one is hotter than Jessica Alba. You are probably excited to get home.
References
Google Android SDK OpenGL ES 2.0 Programming Guide Real-Time Rendering, 3rd Edition University of Minnesota, CSCI 5107/5108 Android Versions http://developer.android. com/resources/dashboard/platform-versions.html http://developer.android. com/guide/topics/graphics/opengl.html http://developer.android. com/resources/dashboard/opengl.html Before vertex buffers http://nehe.gamedev. net/tutorial/your_first_polygon/13002/
References Continued
WOW Picture http://www.wowwiki.com/Ragnaros_%28tactics%29 Gordan Freeman http://www.rankopedia.com/CandidatePix/40373.gif Chuck Norris http://www.amirmosadegh.com/wpcontent/uploads/2008/09/chuck_norris_0021.jpg Jessica Alba http://wallpaperpassion.com/upload/1236/jessica-alba-wallpaper.jpg J-WOWW http://www.jerseyshorefistpump.com/wpcontent/uploads/2011/04/jwoww-jenni-farley-jersey-shore-prphotos.jpg Battlefield 3 http://videogames.techfresh.net/battlefield-3-gameplay-trailer/
Questions?