Android 8 open-source game engines

Source: Internet
Author: User
Tags libgdx admob

1. angle (2d Java)

Angle is a 2D game engine that is designed for the Android platform and is agile and suitable for rapid development. It is developed based on opengles technology. This engine uses JavaCodeWrite, And you can replace the implementation according to your own needs. The defect lies in the lack of documentation, and the downloaded code only contains a small number of example tutorials.

The minimum running environment requirements are unknown.

Project address: http://code.google.com/p/angle/


2. Rokon (2d Java)

Rokon is an android 2D game engine developed based on OpenGL ES technology. Its Physical engine is box2d, so it can achieve some complex physical effects, the latest version of this project is 2.0.3 (09/07/10 ). In general, the biggest advantage of this engine is that its development documentation is quite complete, and the project author is very quick to correct feedback bugs. Therefore, this framework is also the most widely used currently, someone simply calls it the Android version of The Cocos2d-iPhone engine (the business logic and coding style are indeed quite similar ).

The minimum runtime environment is Android 1.5.

Project address: http://code.google.com/p/rokon/


3. lgame

Lgame is a Java game engine developed by Chinese people. It has two development versions: Android and PC (j2se). Currently, the highest version is 0.2.6 (31/07/10 ). Its underlying plotting device lgrpaphics encapsulates all graphics APIs provided by j2se and j2s (PC adopts graphics2d encapsulation, and Android uses canvas simulation ), therefore, we can apply j2se or j2's development experience directly, and the main code of the two versions can be transplanted to each other. Android has a built-in AdMob interface. You do not need to configure XML to directly hardcode AdMob ad information.

In addition to basic sound effects, graphics, physics, Genie, and other common components, the engine also has built-in encapsulation of commonly used Java components such as IOC, XML, and HTTP, at the cost of a large jar volume, the PC version has exceeded 1.2 MB, and the Android version is simplified to around kb. In addition, the engine also has built-in 1-to-1 Implementation of the j2_genie class and related components, you can translate the vast majority of j2_game to Android or PC. The only pity is that the project author is an extremely lazy guy. The development documents are not provided this year since last year, and only game examples are available for download.

The minimum runtime environment is Android 1.1.

Project address: http://code.google.com/p/loon-simple/


4. andengine

Andengine is also an android game engine based on OpenGL ES technology. The physical engine is also box2d (Standard ||| ). This framework features common performance and lacks documentation, but provides a wide range of examples.

(Without direct jar download, source code can be extracted through SVN): http://code.google.com/p/andengine/

The minimum running environment requirements are unknown.

Project address: http://code.google.com/p/rokon/


5. libgdx

Libgdx is an android game engine developed based on OpenGL ES technology. It supports 2D game development on the Android platform, and the physical engine uses box2d. Performance alone is a very powerful android game engine, but the defect is that the use of relevant components such as the genie class is not simplified, and the documentation is also relatively scarce.

The minimum running environment requirements are unknown.

Project address: http://code.google.com/p/libgdx/


6. jpct

Jpct is a 3D graphics engine developed based on OpenGL technology (PC environment is standard OpenGL, Android is opengles). Based on Java language, jpct has a powerful Java 3D solution. This engine is similar to lgame (a 2D game engine) and currently has two development versions: PC (j2se) and Android.

One of the biggest advantages of jpct is its amazing Downward compatibility. In a PC environment, jpct can even run in jvm1.1, because the graphic rendering interfaces provided by jpct fully comply with all Java 1.1 specifications (even the gone Microsoft VM and even the older netscape4 VM are no exception ).

The minimum runtime environment is Android 1.5.

Project address: http://www.jpct.net/jpct-ae/


7. alien3d

Alien3d is a very small Android 3D game engine developed based on OpenGL ES technology. To compress the volume, it is released in Multi-jar mode (including alien3d-engine.jar, alien3d-tiled. jar, alien3d-sprites.jar, alien3d-shapes.jar, alien3d-particle 2D. jar,). In fact, its core file is only about 40 kb, and the total of all related jar files is less than kb.

The minimum runtime environment is Android 1.5.

Project address: http://code.google.com/p/alien3d/


8. catcake

Catcake is a cross-platform Java 3D graphics engine that currently supports running in the PC (j2se) and Android environments (planned for the iPhone version ). The engine provides excellent performance in terms of ease of use and running performance, and supports common game development features such as Genie animation, audio processing, and video playback.

The minimum runtime environment is Android 1.6.

Project address: http://code.google.com/p/catcake/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.