Flex game engine
Up until tod开发者_Go百科ay, all AS3 based game engine (flixel, pushbutton and etc) that I found from googling are mostly required external framework to do its GUI ... yes there are some samples where I could embedded withing Flex (I did it manually in a game I did) but there is no game engine that comes naturally with Flex. If anyone out there could point me to this kind of Flex game engine please help me.
Thank you in advanced
You're probably never going to see a game framework that is built specifically for Flex. Flex isn't really geared towards games, it's geared towards form based business applications. The Flex team wouldn't write a game framework, that's not their focus.
There are some nice things about Flex such as MXML layouts, binding, etc... but the problem you run into is that most of your CPU cycles are going to running your UI (UIComponent) instead of your game simulation. This becomes extremely noticeable when you venture into the mobile space.
Cheers, Nate
There really aren't any. Flex is hardly documented, let alone having a game engine written for it.
精彩评论