Gideros Studio is a complete environment for mobile application and game development. Using Gideros Studio you can write your code, manage your assets, preview your assets and see the console output of your application using an integrated IDE.
Gideros Player is a simulator bundled with Gideros Studio, and has the ability to run the code developed using this IDE. It provides iPhone, iPad and Android screens with different resolutions (e.g iPhone, iPhone4, Nexus S etc). Gideros Player exists on real device and it’s possible to run the code on device immediately.
Gideros Texture Packer packs many smaller sub-images into one big texture atlas. You can see and tune the results instantly since process is very fast and optimized. It supports automatic trimming of transparent regions to reduce the final texture size.
Gideros Font Creator generates a font image from TrueType and OpenType fonts for use in Gideros.