Télécharger des age-javadoc-r58.zip (age-javadoc-r58.zip ( lien externe: SourceForge.net): 615,087 octets) va bientôt commencer. Sinon, cliquez sur age-javadoc-r58.zip ( lien externe: SourceForge.net).

Informations sur le fichier

Taille du fichier
615,087 octets
MD5
0384e3550c525a50322f7865c59cac9f

Description du projet

AGE is a multi-threaded game engine for Android using OpenGL ES2 shader-based rendering.
In-depth GL knowledge is not necessary to get started; use the OBJ loader to bring in your favorite models from Blender and elsewhere, attach textures, and start rendering!
Threads are used strategically to partition different activities, e.g. initialization, framerate, timer, game cycle.
Threads use the apartment model, and communicate by message passing.
The drawing cycle is inverted from typical game loops. AGE uses a dedicated timer for framerate, and the SurfaceView is in on-demand rendering mode.
Game components opt-in to system services by implementing the "marker" interface corresponding to the service.
Game components enter the system via Install Pipeline, an asynchronous "standard" implementation that keys on the marker interfaces and performs the "protocol" for that marker. There are also Event and Uninstall pipelines.