Gianluca, if you're testing on iPod it means you can produce an .ipa file, can't you? In that case, you can still post it, as developers we can re-sign it with our certificates and run the tests on our devices, AFAIK
@pmanna no, sorry i can't... (for now) because i only installed the gideros player in my ipod and ipad to test my "experiments" (with a dev account of a frend of mine).
but i think that is time to re-new my apple dev subscription now... also because i need to test the "C" version of tnt engine in ios device.
TNT ENGiNE for Gideors Studio - Particle Engine, Virtual Pad, Animator Studio, Collision Engine - DOWNLOAD NOW !!! IT'S FREE!!! - www.tntengine.com
that's amazing! i like snow and fog effect very much. -demo 2: 22fps on Milestone and 26fpt on SS galaxy 10.1 -demo 3: 32fps on Milestone and 60fpt on SS galaxy 10.1
@GregBUG: I had a play with your particle system and I think I found & fixed a slight problem.
I found that there was no way to set an initial gravity force for the particles which meant that creating a fountain was impossible so I added a function to set this up
function CParticles:setGravityForce(gravityX, gravityY)
self.particles.gravityForceX = gravityX -- gravity x force
self.particles.gravityForceY = gravityY -- gravity y forcefor j =1, self.particles.particlesMax do
self.particles.particlesList[j].gravityForceX = gravityX -- gravity x force
self.particles.particlesList[j].gravityForceY = gravityY -- gravity y forceendend
Then I noticed that the individual particles didn't have their own gravity force defined when you generate the initial cache so inserted these lines
gravityForceX =0, -- gravity x force
gravityForceY =0, -- gravity y force
directly after the line
currentSpeed =0,
And finally I changed the following 2 lines after -- particle is dead so if needed rebirth!!!
Comments
mmm i think that acctually is not possibe to make a live wallpaper... with Gideros...
www.tntengine.com
if you can test...
(only android for now)
59 fps on my ipod 2^gen (this demo show fps)
new tests coming soon...
www.tntengine.com
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
In that case, you can still post it, as developers we can re-sign it with our certificates and run the tests on our devices, AFAIK
no, sorry i can't... (for now)
because i only installed the gideros player in my ipod and ipad to test my "experiments" (with a dev account of a frend of mine).
but i think that is time to re-new my apple dev subscription now...
also because i need to test the "C" version of tnt engine in ios device.
www.tntengine.com
@ndoss thanks!!! for testing
www.tntengine.com
new 2 demos
demo 2 - Snow on my home!
demo 3 - fire with sparkles
now writing last demo then release beta 1 to tester.
ciao.
www.tntengine.com
i like snow and fog effect very much.
-demo 2: 22fps on Milestone and 26fpt on SS galaxy 10.1
-demo 3: 32fps on Milestone and 60fpt on SS galaxy 10.1
touch the screen to explode !!!!
@hnim thanks.
what specs have Milestone ?
ps: it's possible that galaxy 10.1 is slower than my ipod 2^ gen ?? :-?
www.tntengine.com
beta1 sent to beta tester...!!
if you not received please contact me!
www.tntengine.com
Milestone is a version of Moto Droid 1, it's really old.
I found that there was no way to set an initial gravity force for the particles which meant that creating a fountain was impossible so I added a function to set this up
Likes: chipster123, GregBUG
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
thanks for your fix and integration.
i'll add to next release of tnt engine. ;;)
ps: this is the reason i enjoy the open-source!
thanks again
Gianluca.
www.tntengine.com
just released v1.11
with bugfix (thanks to paolo manna)
and new function set gravityforce (thanks to Scouser).
Likes: atilim
www.tntengine.com
thanks to you!!
but i want to ask you one things (just curiosity): :P
in your avatar was written: "Gideos Studios" it's your studios name or just "forgot" an "r" ?
Likes: Zoyt
www.tntengine.com
www.tntengine.com