I had some more information, basically (or at least what it seems to me) is an Actionscript version of Gideros - in so much as it supports local development and streaming to a player client running on a target machine over Wifi (also a bit like the AGK dev system).
It seems to expose a lot of native hardware access for GPU accelerated rendering and on the surface all seems good - however I think their monthly pricing scheme could get very expensive very soon.
Just my $0.02
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Spaceport (NEO version) got vector rendering right according to its docs. So your flash assets, vector art & animation can be displayed with full GPU acceleration. Think animated meshes. Old Spaceport.io use javascript.
What i dont know if there is any way to add native plugin by ourselves. For exporting app we are not exposed to XCode or Android toolchain (is it advantage or disadvantage?)
Oh and they support masking and render to bitmap. Squeak
It's based on the DarkBasic language, tried it (very briefly) but not a big fan of basic style languages so ' meh
It's getting a lot of updates and it's supposed to be ok
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
erm... how did they (SpacePort.io) get their Cloud LiveOps to be approved by Apple for use on iOS. Surely this is downloading code to a device, which I thought was unacceptable? Anyway, assuming this is legit, couldn't we put together a similar feature for Gideros (it could be done as a community project, rather than taking up Team Gideros' time)?
@bowerandy how do you imagine that exactly? Just thinking of implementation ways, as device should be pinging server from time to time or using push notifications? Would be glad to hear the plans and can try helping with server backend if needed
@ar2rsawseen, well the obvious (easy) solution would be to ping the server on startup (or app resume). I've been thinking about using Dropbox as a way of pushing live coding updates to a player app during development. That would allow changes to be automatically distributed to several devices at once for testing. I wonder if this idea could be extended to making the player a part of the end user app?
But still, surely this can't be acceptable to Apple? Since my main focus is iOS, I'd only really be interested in looking at this if we thought it would work on this platform as well as Android.
@Nascode, well that explains it.. thanks for doing the digging.
So even if SpacePort were able to reactivate their service under iOS this still wouldn't be a green light for us doing a similar thing under Gideros since they use a native iOS interpreter (JavaScript) and we don't.
Comments
It seems to expose a lot of native hardware access for GPU accelerated rendering and on the surface all seems good - however I think their monthly pricing scheme could get very expensive very soon.
Just my $0.02
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
What i dont know if there is any way to add native plugin by ourselves. For exporting app we are not exposed to XCode or Android toolchain (is it advantage or disadvantage?)
Oh and they support masking and render to bitmap. Squeak
http://www.nightspade.com
The next step is probably live reload of assets and live coding like in the Loom engine
It's based on the DarkBasic language, tried it (very briefly) but not a big fan of basic style languages so ' meh
It's getting a lot of updates and it's supposed to be ok
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
best regards
Just thinking of implementation ways, as device should be pinging server from time to time or using push notifications?
Would be glad to hear the plans and can try helping with server backend if needed
But still, surely this can't be acceptable to Apple? Since my main focus is iOS, I'd only really be interested in looking at this if we thought it would work on this platform as well as Android.
best regards
Likes: phongtt
http://www.nightspade.com
So even if SpacePort were able to reactivate their service under iOS this still wouldn't be a green light for us doing a similar thing under Gideros since they use a native iOS interpreter (JavaScript) and we don't.
Sigh!
best regards