- 浏览: 484044 次
- 性别:
- 来自: 北京
最新评论
-
fatalfeel:
Irrlicht 3d Engine is full open ...
转:Android世界的15款开源的游戏开发引擎 -
diyangxia:
BigDecimal怎么初始化全局变量呢
android如何保留小数点后x位数字 -
c1230v:
这是一个程序员应该用的方法吗?求靠谱一点
转:android WebView 控件加载本地sdcard中html文件图片的问题 -
dingbuoyi:
楼主是天才 真牛逼
转:Progressbar-设置自己的样式 -
panxiaoming2008:
记住:显示本地文件时 必须使用APK'>file:/// ...
Android使用WebView加载本地资源
Open Source Android Apps for Developers: Fifteen Open Source Android (2D or 3D) Game Engine for Android Developers Android Game Engine is very useful for Android game developers, here is fifteen open source Android (2D or 3D) Game Engines for Android Developers.
1. Rokon: The open source 2D game engine for Android Rokon is an open source, extensive, powerful and flexible 2D game engine for Android. Rokon has been rewritten from the ground up. Many more features are integrated, and the future promises a lot of things. Examples, tutorials and documentation will follow this release. Rokon is an open source (New BSD license) 2D OpenGL game engine for Android. With the help of libgdx and Box2D the developers bring you a full, detailed physics engine written in native code. Project home: http://rokonandroid.com/ andhttp://code.google.com/p/rokon/ 2. Libgdx: Android game development framework Libgdx is an open source Android project which is the developer’s attempt at a cross-platform game development library written in Java with some JNI code for performance hungry sections. It abstracts away the differences between writting desktop and Android games based on OpenGL. This allows you to prototype and develop your application entirely on the desktop and only needing 6 lines of code to make it run on Android. Project home: http://code.google.com/p/libgdx/ 3. Android-2D-Engine: Engine for 2d games written for android in c++/java Android-2d-engine is an open source Android 2D game engine which is currently under construction, the project born for serve as base for games. Actually there are two projects: trunk/bullet: Contains the c++ source code for bullet and the jni class to communicate with android. This code is not really needed since the sample contains the compiled lib. trunk/androgine: Contains the rest of the code needed to communicate with bullet plus a sample with profiling purposes. Project home:http://code.google.com/p/android-2d-engine/ 4. AndEngine: Free Android 2D OpenGL Game Engine AndEngine is an open source Android game engine project which is a free 2D OpenGL Game Engine for the Android platform. The main features include: * Android-Optimized * Android 1.6 Compatibility * SplitScreen * Network Multiplayer * Live-Wallpapers * MultiTouch * Physics-Engine (Box2D) Project home:http://code.google.com/p/andengine/ 5. Angle: ANdroid GL Engine Angle is an open source Android game engine project which aimed to be a way to develop 2D games using OpenGL ES on Android providing as much speed as possible. The engine is entirely coded in java so you can overload every object for your convenience. With the engine is included a series of tutorials to show how to use it. Project Home:http://code.google.com/p/angle/ 6. jPCT-AE: A free 3D engine for Android jPCT-AE(Android Edition) is a port of jPCT to Android. It’s a port, not just a new renderer for the normal version of jPCT to be more suitable for the Android platform. jPCT is a free, small, fast and easy to learn 3D engine for Java. It offers support for software and hardware rendering. jPCT offers you all the features you need to write a cool looking 3D game or application in Java in a short time. There is no need for an extra library for collision detection or a seperate GUI package to replace Swing/AWT. Project Home:http://www.jpct.net/jpct-ae/ 7. Dwarf-fw: Android 3D Framework Dwarf-fw is an open source Android framework/game engine consisting of a scene graph plus some utility classes. It’s mainly aimed to abstract OpenGL ES. It’s developed to function with the Android Dev Phone 1 that features an accelerometer, magnetometer, touchscreen and trackball. If you got another device, please test it and report back! Some of the current features: * Spatial key frame animations (no morphing) * Picking * OBJ importer * Binary importer/exporter * Lighting * Materials * Simple sensor filtering * VBO support Project Home: http://code.google.com/p/dwarf-fw/ 8. YoghurtGum: Cross platform C++ 2D-engine for mobile devices YoghurtGum is an open source project which is a cross platform 2D engine that aims to make game development on mobile devices easy, fun and fast. Just like the candy its name is derived from. Currently YoghurtGum is being developed for Android, keeping Windows Mobile 6 in mind. On Android it will use OpenGL to render things on the screen while on Windows Mobile 6 it will use DirectX. Project Home:http://code.google.com/p/yoghurtgum/ 9. Forget3D: A OpenGL ES framework Forget 3D Game Engine (A OpenGL ES framework) is an open source project which is a OpenGL ES framework(still not a engine) for Android, Win32, WinCE platform, it simplifies your OpenGL ES program development, support scene management, Texture, Camera, Light, Model loader, Font etc. Project Home: http://code.google.com/p/forget3d/ 10. Mages: Mages Game Engine enables you to develop effective multiplayer client/server internet games for mobile devices with minimum efforts Mages is multiplayer client/server game engine for Android and other mobile devices (currently Android and J2ME devices are supported, development for Windows Mobile in the progress). It allows developers to create internet multiplayer games by implementing only core game logic and GUI by using powerful engine API. Developers can reuse effective Comet-based engine networking protocol, common game tasks like login to game server, retrieving of active player list, list of available game sessions, create new game session, join existing game, invite other player, just chat with opponents and many other features. Project Home: http://code.google.com/p/mages/ 11. jMonkeyEngine: jMonkey Engine (jME) is a leading Java Based 3D Game Engine jMonkey Engine (jME) is a high-performance 3D game engine, written entirely in Java. OpenGL is supported via LWJGL, with JOGL support in development. For sound, OpenAL is supported. Input via the keyboard, mouse, and other controllers is also supported. jME is a community-driven open source project released under the ‘new BSD license’. It is currently being used by several commercial game studios as well as by university game classes. While the project will continue to support and develop its most popular 2.0 branch for years still to come, a 3.0 branch is quickly emerging in response to higher standards of the next generation in performance and hardware. Now, Android platform has been surpported by jME3: Android Support Confirmed for jME3. So jMonkeyEngine may be one of the most important Android game engines. Project home:http://code.google.com/p/jmonkeyengine/ http://www.jmonkeyengine.com/ 12. Cocos2d-android: A framework for building 2D games for the Android platform.Cocos2d for Android is an open source Android game related project which is a framework for building 2D games, demos and other graphical/interactive applications. It is based on the cocos2d-iphone design: it uses the same API, but instead of using objective-c, it uses Java. And Cocos2d for iPhone is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on the cocos2d design: it uses the same API, but instead of using python it uses objective-c. Project Home: http://code.google.com/p/cocos2d-android/ 13. Catcake: An Open Source Graphics Engine Catcake is an Open Source Graphics Engine which runs on following platforms for now: * Android * Windows * Linux Catcake is a cross-platform 3D graphics engine intended to be easy-to-use and high performance, which also supports the features for game development, such as animation, input device handling and sound playing. Project Home:http://code.google.com/p/catcake/ 14. Alien3D – Android 3D Game Engine Alien 3D is an open source Android 3D game engine which is a OpenGL ES based game engine for Android OS. Project Home: http://code.google.com/p/alien3d/ 15. LGame: Android and J2SE Game Engine LGame is an open source Android and J2SE Game Engine which is developed by Chinese developers and the intrudction is Chinese language. Project Home:http://code.google.com/p/loon-simple/
评论
Proton 3d Engine kernel use Irrlicht also full open source
Build on Win32 Macox Linux Android Ios
try this https://github.com/fatalfeel/proton_sdk_source
and svn://rtsoft.com/rtsvn/proton
and svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es
发表评论
-
service学习
2012-05-16 00:41 882http://www.cnblogs. ... -
InputStream,String,File相互转化
2012-05-14 23:32 12691. String --> InputStream ... -
转:实现类似手机QQ的可折叠固定标题列表
2012-04-12 19:05 1387http://douzifly.cnblog ... -
转:[Android]倒影效果的ImagView
2012-04-06 23:29 1380本文源自:http://blog.csdn.net/ke ... -
转:JDK中的URLConnection参数详解
2012-04-06 23:01 1177针对JDK中的URLConnection连 ... -
转:Game Engines for Android (Android游戏引擎)
2012-03-24 13:12 2721With Google IO fast approach ... -
做Android 系统/应用开发怎么可以不懂自动化测试
2012-03-22 15:02 1149http://blog.csdn.net/yiyaaixuex ... -
让Qt应用程序跑在Android上
2012-03-22 14:55 1360http://blog.c ... -
转:在android 2.3 AVD 模拟器上安装 google market 安卓市场
2012-03-22 14:29 1082http:// ... -
增加 addDataScheme("file") 才能收到SD卡插拔事件的原因分析 -- 浅析android事件过滤策略
2012-03-22 14:26 1958... -
转:andengine中的ParticleSystem
2012-01-18 11:08 1527看ParticleSystemSimpleExample,看得 ... -
test4:腾讯
2011-12-26 20:27 2www.qq.com -
test3:Yahoo
2011-12-26 20:25 2www.yahoo.com -
test2:google
2011-12-26 10:53 5www.google.com.hk -
test1:百度
2011-12-26 10:52 6www.baidu.com -
转:android 打包自己的自定义组件成JAR包
2011-12-24 11:54 1273http://www.cnblogs.c ... -
转:AndEngine中的字体加载及应用
2011-12-15 15:39 1546AndEngine中的字体加载及应用 An ... -
转:Android游戏框架AndEngine使用入门
2011-12-13 14:24 1578项目站点:http://www.andengine.org 项 ... -
转:notification更新数字的显示及AnimationDrawable的结合使用
2011-12-07 10:25 2617这是本人加入博客园的首篇博文,自己平常在工作学习过程遇 ... -
转:Android系统上(mv不可用)cp命令的替代方法
2011-11-30 18:32 9669Android系统上cp命令 ...
相关推荐
本文将详细介绍几款流行的Android游戏开源引擎,帮助读者更好地理解各引擎的特点和适用场景。 #### 一、Angle - **简介**:Angle是一款专为Android平台设计的2D游戏引擎,基于OpenGL ES技术开发。该引擎使用Java...
在 Android 平台上,游戏开发并不像一些初学者想象的那样困难,因为存在多款优秀的开源游戏引擎可供选择。这些引擎不仅提供了丰富的功能,还能帮助开发者快速构建游戏,降低开发难度。以下是八款在 Android 上常见的...
以下介绍的八款开源Android游戏引擎,为初学者提供了很好的起点,打破了关于Android游戏开发困难且无合适工具的误解。 1. **Angle** Angle是一款专为Android设计的2D游戏引擎,基于OpenGL ES,用Java编写,允许...
尤其对于ios、android等移动平台而言,选择合适的开源游戏引擎不仅能够大幅降低开发成本,还能提高游戏性能与用户体验。本文将详细介绍几款在ios、android平台上广受好评的开源游戏引擎,帮助开发者更好地理解和选择...
在Android游戏开发领域,选择一个合适的开源游戏引擎可以帮助开发者大大提高效率,减少重复工作。本文将详细介绍8款开源的Android游戏引擎,为初学者提供参考。 1. **Angle** Angle是一款专为Android设计的2D游戏...
八款开源 Android 游戏引擎 Android 游戏开发是一件复杂且需要投入大量时间和精力的工作,特别是对于初学者来说,选择合适的游戏引擎尤为重要。下面我们将介绍八款常见的 Android 游戏引擎,帮助开发者更好地选择...
《TD2.3:基于Android平台的...通过深入研究这款游戏,我们不仅能了解塔防游戏的设计理念,还能掌握LGame引擎的使用技巧,进一步提升Android游戏开发能力。在开源社区的推动下,我们可以期待更多优秀的游戏作品诞生。
Flixel-android开源游戏开发引擎。 该文件为jar文件,需要java运行环境,可双击执行,然后生成android开发源码,会生成3个文件夹,依次导入到eclipse中即可。 flixelgame---游戏开发主要文件夹。 flixelgame-android...
《深入探索Android开源游戏引擎LibGDX:基于源码的小游戏开发详解》 LibGDX,作为一款强大的开源游戏开发框架,为Android游戏开发者提供了丰富的工具集和灵活的架构,使得构建高性能的游戏变得轻而易举。这个压缩包...
通过熟练掌握游戏开发引擎,开发者不仅可以实现大型游戏在Android平台的开发,还能提高开发效率,减少维护成本,同时,利用开源社区的力量,可以持续跟进最新的技术和解决方案,推动游戏品质的提升。
【开源Android游戏引擎】是指那些允许开发者自由使用、修改和分发的Android平台游戏开发工具。...无论选择哪一款,开源游戏引擎都能为Android游戏开发带来便利,降低开发门槛,让开发者能专注于游戏的设计和创新。
《华章程序员书库:Android游戏开发实践指南》中以开源引擎AndEngine为基础,不仅以专题的形式巧妙地将Android游戏开发必须掌握的各项关键技术(场景、图层、图形绘制、精灵、动画、物 资源太大,传百度网盘了,链接...
Cocos2D是一个开源的、跨平台的游戏开发框架,支持iOS、Android、Windows等多操作系统。其主要特点包括强大的2D渲染能力、丰富的动画系统、简单的脚本支持以及高效的性能优化。Cocos2D的核心组件包括场景(Scene)、...
本文将深入探讨Android开源3D游戏引擎Alien3D的类库源码及其示例代码,旨在帮助开发者理解其工作原理,提升3D游戏开发能力。 Alien3D是一款针对Android平台设计的高效、轻量级3D游戏引擎,它的开源特性使得开发者...
【Android国外开源跑酷游戏源码】是一款由国外开发者精心打造的Android平台上的游戏源代码,旨在为开发者提供一个学习和研究游戏开发的实例。这个开源项目,名为"AlienRunner-AE",包含了实现跑酷游戏全部功能的源...
1. **轻量级**:AndEngine是一个开源的、轻量级的2D游戏引擎,专为Android设计,易于学习和使用。 2. **性能优化**:AndEngine支持硬件加速,能充分利用设备的GPU资源,实现流畅的游戏体验。 3. **扩展性**:...
在Android平台上,3D游戏开发是一项复杂而富有挑战性的任务,它涉及到许多技术层面,包括图形渲染、物理引擎、动画处理、用户交互等。本资料集合涵盖了"Android 3D游戏案例开发大全"的第02章、第03章和第04章的源...
- **Godot引擎**是一款完全开源且免费的游戏开发引擎,适用于2D和3D游戏制作。 - 它提供了强大的功能集合,包括物理模拟、渲染引擎、动画系统、脚本语言支持等。 - Godot引擎使用GDScript作为主要的编程语言,这是一...
Cocos2d-x是一款开源的游戏开发框架,专为跨平台游戏设计,支持iOS、Android、Windows、Mac等多个操作系统。在Android游戏开发中,Cocos2d-x引擎扮演着至关重要的角色,它提供了一系列的工具和技术,帮助开发者创建...