recent
as3isolib tweets
- Next steps for the @as3isolib project is to prepare the google code site to be handed over to a more public entity. If interested tweet 2 months ago
- Folks, sorry to say that as3isolib.v2 is no more. Too many gray hairs and a bulging midsection prompted me to reassess use of free time 2 months ago
- Hi @bit101 can you tell me if MinimalComps is still considered an actively developed project or should I move to say FLit? 2 months ago

Any news on As3IsoLib 2.0? Will it make use of Stage3D? Would be awesome if it’s possible.
Thanks for a great library.
it’s still under development. I do have plans to look at Stage3D but it’s low on my priority list simply because it would require learning a great deal about the APIs. I had tried to look at Starling but am awaiting a response to several questions from their dev folks.
Starling and As3IsoLib. Now that’s a marriage made in heaven. Zooming and panning in 60 fps with 2000 IsoSprites :O~
That’s nice to read that. Thanks !
Because i think Starling would be better than stage3d in as3isolib for now. It could increase the 2d performance (for me the very first graphical need of as3isolib with fp11), without needing a big development to inocculate 2.5d with stage3d in an isometric engine (not so usefull at first).
Furthermore we could have the benefit of the Starling’ support and Starling’ updates… just nice.
Bigger maps, better isoview’ performances, so nice !!
You might surprised by the performance of Starling & Stage3D vs old fashioned blitting sans special APIs. Once I get permission from my colleague, I will post a link to his findings. Like I stated earlier, if and when I can allocate time and/or resources, I will investigate further. Based on what I’ve heard thus far, I am not impressed with the performance of any of the 2D -> Stage3D libs.
*falling hope* I have not been impressed by the Starling’ demo too, but I used to test flash performances on a very weak notebook (because online / casual gamers have weak computers).
I’m looking for your news about the v2 since many months, so well, i’ll be patiently waiting for your friend’ link
@mouffles
Not sure I follow what you mean about the friend link? Please explain? I too test on a variety of machines once I get to a point of that sort of testing. Usually just testing the FP in Safari on my 4+ year old MBP works pretty well.
@mouffles here are links to my colleague’s findings:
forum post
http://forum.starling-framework.org/topic/rendering-comparisons-blitting-beats-starling
test code
http://www.pacyga.com/tests/StarlingSamples.zip
Thanks, i was talking about these links.
So yes clearly on my atom 1ghz (intel onboad graphic) the blitting give 45fps when all of the hardware ones give 4/8 fps…
On the starling’topic people are talking about Copypixel, not sure what it is cause i’ve not follow it closely, but i must admit that i’m not very enthusiastic when i see these hardware performances. So.. Bad !
CopyPixel referes to the BitmapData API – http://adobe.ly/rqmEKC
Thanks, i found out many things about it since i wrote this comment ( i also found the spritesheet class from masputih). The frame increasement in your examples is just terrific, and that’s a nice a way to optimize sprite’s render.
For now i’m learning, and working with the v1, so, i hope to read about v2 soon. And i’ll be pleased to give money for the “almost” open source as3isolib v2
Good