Author Topic: First alpha version released  (Read 57662 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #75 on: April 02, 2010, 06:40:37 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.

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: First alpha version released
« Reply #76 on: April 02, 2010, 06:58:04 pm »
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

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #77 on: April 02, 2010, 10:43:45 pm »
....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?

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: First alpha version released
« Reply #78 on: April 02, 2010, 10:52:41 pm »
just out of the box ;D make android|devices view visible and you will see profiling option. seems as only available with actual devices..

Offline zammbi

  • float
  • ****
  • Posts: 361
    • View Profile
Re: First alpha version released
« Reply #79 on: April 12, 2010, 10:27:55 am »
Finally got my Milestone :)

Installed the sample on the download page works great.

36-56 fps
Av 50fps.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #80 on: April 12, 2010, 12:55:04 pm »
Not bad. Have you tried raft's bones example too?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #81 on: April 12, 2010, 11:36:23 pm »
Finally got my Milestone :)
Which Android version is that? 2.0 or 2.1?

Offline zammbi

  • float
  • ****
  • Posts: 361
    • View Profile
Re: First alpha version released
« Reply #82 on: April 12, 2010, 11:57:26 pm »
2.0. This version of the milestone does not have the 2.1 update yet.


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #84 on: May 12, 2010, 04:21:47 pm »
Their server seems to run on 2.2 too...it's faster than the database:

Code: [Select]
Error establishing a database connection

 :'(


Offline zammbi

  • float
  • ****
  • Posts: 361
    • View Profile
Re: First alpha version released
« Reply #85 on: May 12, 2010, 05:02:28 pm »
Working fine for me atm.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #86 on: May 12, 2010, 05:22:44 pm »
Yep, works fine now.   ;D

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: First alpha version released
« Reply #87 on: May 12, 2010, 05:36:04 pm »
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.

Offline zammbi

  • float
  • ****
  • Posts: 361
    • View Profile
Re: First alpha version released
« Reply #88 on: May 12, 2010, 06:19:43 pm »
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


Offline fir3d

  • byte
  • *
  • Posts: 11
    • View Profile
Re: First alpha version released
« Reply #89 on: May 13, 2010, 01:05:09 am »
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