Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
??

Original comment by [email protected] on 19 Aug 2010 at 7:09

from angle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
mayby use , but on droid same game very slow compared with say G1. Can you 
explain me why ?

Original comment by [email protected] on 28 Aug 2010 at 10:27

from angle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Without logcat I can't say you what is happening. It's the first time I ear 
something like this.

Original comment by [email protected] on 6 Sep 2010 at 2:06

from angle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I guess this is because display of droid is huge , and only on drawing go up to 
30 ms, on other engines this issue solved by dividing engine in two threads 
(computing and rendering). My game in beta and you can download and try from 
market ( Bird Race ). I like Angle engine, hope you do not stop working on it, 
and new updates coming soon :) 

Original comment by [email protected] on 8 Sep 2010 at 6:09

from angle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I'm working on ANGLE2 using NDK.
I encountered a lot of problems till the date.
My goal is you can code your game in Java or in C++ without distinction. Use 
GLES1 or GLES2.
But right now the engine isn't fast enough. ANGLE1 render faster.

Dividing the engine in two threads (there are already two. one for render/logic 
and other for input events) don't improve the performance. Even the rendering 
thread need less time to finis a cycle, it will render the same frame twice. 
You can obtain more frame rate but with repeated frames.

I'll check your game ;)

Original comment by [email protected] on 16 Sep 2010 at 8:34

from angle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Also it would be nice if you can use box2d as a extension, it already ported in 
android. 
Waiting impatiently for ANGLE2.

Original comment by [email protected] on 17 Sep 2010 at 6:44

from angle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I'ts a good idea.
I'll try to port Box2D to NDK and use it as base physics engine for ANGLE.

Original comment by [email protected] on 17 Sep 2010 at 10:43

from angle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.