Difference between revisions of "Gideros Studio IDE"

From GiderosMobile
(Created page with " Menu Shortcuts")
 
Line 1: Line 1:
 +
Gideros Studio comes with an integrated IDE, enabling faster development of iPhone, iPad and Android applications. It has developer-oriented features like code completion, syntax highlighting and project management. Gideros Studio helps you organize resources, prevent mistakes and provide shorter ways throughout development process. During the build, Gideros Studio translates your code from Lua to native code of the targeted platform.
  
 +
IDE includes a few tools to make development faster and more efficient:
  
 +
Gideros Player: 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 is also the name of the application that can run on the mobile device, for instant application test.
 +
 +
Font Creator: Gideros Font Creator basically generates a font image from TrueType and OpenType fonts for use in Gideros Studio. It supports 8 bit fonts as well as Asian fonts like Chinese.
 +
 +
Texture Packer: 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 Studio IDE is written in Qt, using Qt Creator IDE and SDK.
  
 
[[Menu Shortcuts]]
 
[[Menu Shortcuts]]

Revision as of 15:47, 10 September 2018

Gideros Studio comes with an integrated IDE, enabling faster development of iPhone, iPad and Android applications. It has developer-oriented features like code completion, syntax highlighting and project management. Gideros Studio helps you organize resources, prevent mistakes and provide shorter ways throughout development process. During the build, Gideros Studio translates your code from Lua to native code of the targeted platform.

IDE includes a few tools to make development faster and more efficient:

Gideros Player: 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 is also the name of the application that can run on the mobile device, for instant application test.

Font Creator: Gideros Font Creator basically generates a font image from TrueType and OpenType fonts for use in Gideros Studio. It supports 8 bit fonts as well as Asian fonts like Chinese.

Texture Packer: 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 Studio IDE is written in Qt, using Qt Creator IDE and SDK.

Menu Shortcuts