When comparing Gideros vs HaxePunk, the Slant community recommends HaxePunk for most people. In the question“What are the best 2D game engines?” HaxePunk is ranked 22nd while Gideros is ranked 26th. The most important reason people chose HaxePunk is:
Useful for mobile games and soon consoles (OpenFL has a console port in the works).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Instant on device testing
Gideros provides on device players for iOS and Android that can be used to instantly try out your code directly from the Gideros IDE.
Pro Auto scaling and image resolutions
Gideros provides an easy way to target various screen sizes by providing automatic scaling options and choosing the best image resolution based on device screen automatically
Pro Local builds
You can build apps without an online dependency.
Pro Friendly & helpful community
Gideros has an active forum where you can find friendly and helpful advice.
Pro New features and improvements are released regularly
Gideros is being constantly updated and improved by the main developers.
Pro All in one studio, no complicated setup
Gideros Studio is incredibly easy to set up. Once installed it is very easy to create a new project or open one of the many example projects. Trying out an example on the desktop is two clicks away.
Pro Easy plugin architecture
Gideros Studio has a very powerful feature which enables developers to use a C/C++/Java/ObjC library next to Lua. This way it's possible to call the library functions under Lua, get the results and interpret them directly under Gideros Studio.
Pro Supports many platforms
Gideros supports iOS, Android, Windows, MacOS, WindowsRT, Windows Phone and HTML5 platforms.
Pro Amazing 2D performance
2D performance is amazing.
Pro Very easy to learn
Gideros uses the Lua programming language which is very easy to learn (and very powerful). There are some excellent video tutorials too, to help you get started. The Gideros forum community are also very friendly and helpful if you any any problems.
Pro Joystick and multi-touch support
Useful for mobile games and soon consoles (OpenFL has a console port in the works).
Pro Crossplatform testing/releasing
HaxePunk uses OpenFL which means you can compile to just about every device. A lot of the rendering code has been optimized so if you use HaxePunk’s graphic classes you are pretty much ready to deploy on any target.
Pro Generic entity system
A generic Entity system that only uses what you “attach” to it. If you need collision masks they are available but if an entity doesn’t need to collide with anything then simply don’t add a mask. Same goes for graphics.
Pro Written in Haxe instead of AS3
This comes with blazing fast compile times, proper static typing, multiple output targets, and a powerful macro system.
Pro Multiple collision masks
HaxePunk has added several collision masks beyond what FlashPunk had including a grid with slope values, circles, and polygons. This is in addition to FlashPunk’s tile grid and hitbox.
Pro Tweens
Tweens are available just like they are in FlashPunk. If you need to interpolate values for sounds, movement, etc… it’s probably already available as a tween. There is also a VarTween that lets you interpolate any value you want.
Cons
Con Few resources, but growing
Gideros has a small community, and therefore do not have as many "How to make a game" tutorials. However, there are a couple of excellent books available that can take you through the fundamentals.
Con The Gideros IDE is not as fully featured as other IDEs
The Gideros IDE is not as fully featured as other IDEs, but you can easily use the very powerful and compatible ZeroBrane Studio IDE.
Con Messy / fragmented documentation
Not a lot of documentation is available.
Con Small comunity
It’s a small but growing community.