First alpha version released

Started by EgonOlsen, March 03, 2010, 10:33:54 PM

Previous topic - Next topic

EgonOlsen

Quote from: raft on April 02, 2010, 06:24:36 PM
quake3 was using skeletal animation if i remember correctly. it runs ok
No, md3 is still keyframed. But it seperated the model into sub-parts (head, torso,...) and maybe there was a basic skeleton to connect those parts, but the actual animation was keyframed.

raft

mm, you are right. but still there is animation and it performs quite well ;)

i've just discovered we can profile Android apps within Eclipse ;D i'm not good at reading profiling results, but seems as with animation most of the time is spent in nio buffer operations.  if i got it correct, once direct nio buffers are filled, it's only passing a pointer to native code. so i suppose you are right, JIT can dramatically reduce time of passing data to native code ;D

EgonOlsen

....i hope so.

I didn't know that you can profile Android apps with Eclipse. Do i have to install something or does this work with the Android plugin for Eclipse out of the box?

raft

just out of the box ;D make android|devices view visible and you will see profiling option. seems as only available with actual devices..

zammbi

Finally got my Milestone :)

Installed the sample on the download page works great.

36-56 fps
Av 50fps.

EgonOlsen

Not bad. Have you tried raft's bones example too?

EgonOlsen

Quote from: zammbi on April 12, 2010, 10:27:55 AM
Finally got my Milestone :)
Which Android version is that? 2.0 or 2.1?

zammbi

2.0. This version of the milestone does not have the 2.1 update yet.


EgonOlsen

Their server seems to run on 2.2 too...it's faster than the database:


Error establishing a database connection


:'(


zammbi


EgonOlsen


EgonOlsen

Results look promising. However, older phones like mine will never see an official update to 2.2. So you either have to drop support for them or still limit yourself to something that works reasonable well on these devices.

zammbi

Yeah true. Though a lot of phones are getting the 2.1 update which is slowly being handed out. Droid Eris for this week. I got mine a few weeks back.
So it will also take a while for 2.2 to be handed around.

2.1 is spreading to the masses(32.4%) but the current stat's still show a lot on 1.5/1.6 however: http://developer.android.com/resources/dashboard/platform-versions.html


fir3d

I heard that 2.2 was supposed to end the fragmentation and bring most of the phones up to speed. No idea but nexus one is safe for sure  ;D