background preloader

Engines

Facebook Twitter

XPG Live - About. PlayN.

Libgdx

Andengine. How to create classic game on Android. Wiki Pages - angle - ANdroid GL Engine. Decals - libgdx-users - Using Decals - community wiki and code related to libGDX android library. Introduction Decals are bitmap sprites that exist in a 3D scene.

Decals - libgdx-users - Using Decals - community wiki and code related to libGDX android library

They can be rotated and scaled in full 3D, and support z-ordering. But they render blazingly fast - almost as fast as simple 2D sprites it seems. If you're using a 2D spritebatch you can basically replace it with a DecalBatch. Decals have a front and a back side- they are rendered both sides unless you enable GL_CULL_FACE. We created a demo that shows mixing 3d decals and 2d sprites in a simple scene: note the walls at the back here are decals, and also the stars. 2d flat sprites rotated in the scene. update: we added a feature to decals to always rotate them to the camera (a kind of inverse lookAt() function) so this is good for having ultra-fast 2d graphics in a 3D space.

The basic lifecyle is: // Load a TextureTexture image = new Texture(Gdx.files.internal(imgPath));// create a decal spritesprite = Decal.newDecal(w, h, new TextureRegion(image), true); then later in your rendering loop demo More info Javadocs. Forget3d - A OpenGL ES framework. Features in Version 0.2: Now support MS3D & G3D model!

forget3d - A OpenGL ES framework

Now support ms3d model; Now support glest( g3d model, and model class can support more meshs; Support Android 2.0. Forget 3D Game Engine 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. Candroidengine - A canvas game engine for android. A Android Game Engine If you like what I'm doing, support me with a donation.

candroidengine - A canvas game engine for android

Current Version 1.1.1 Download Candroid is a game engine for Android Game Developer to simplify their work. Getting Started to develp your own game Download the Examples First I wrote a few of classes I needed for my current game. My target was (is) that I can use all my classes for every game. But after some time there were more and more classes and so I decided to expand it to a full working game engine.

Candroid will check all the input methods and draw the game very quickly with Canvas on the screen. Candroid 1.1.0 includes the dummy game AndroidHunt. The current operational functions are: If you have more ideas or some wish write it here. 2D/3D Game Engine for Mobile Devices. Open Source Android (2D or 3D) Game Engine for Android Developers Plus - Cute Android Apps. Ten Open Source Android (2D or 3D) Game Engine for Android Developers - Cute Android Apps.