Software:AndEngine

From HandWiki
Revision as of 07:31, 9 February 2024 by MedAI (talk | contribs) (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AndEngine
Developer(s)Nicolas Gramlich
Written inJava, C++
Operating systemAndroid
PlatformAndroid
TypeGame engine
WebsiteAndEngine

AndEngine is a game development engine for Android written in Java programming language by Nicolas Gramlich.[1] The engine uses OpenGL ES technology to provide accelerated graphics output. It's possible to use Eclipse or Android Studio to ease development.[2]

Architecture

AndEngine operates with engines which can provide different functionality. For example, FPSLogger engine can log FPS. Every engine has Scene which holds sprites and effects such as particle system emitters.

Features list

AndEngine supports output using custom shaders.[3] Box2D extension provides physics calculations.

References

External links