Difference between revisions of "Gideros Studio/ru"

From GiderosMobile
(Created page with "Gideros Studio - мобильный фреймворк, позволяющий быстро разрабатывать и экспортировать игры и прилож...")
(Created page with "Для работы с Gideros не требуется знания C, C++, Java, .Net или других структурных, сложных языков программ...")
Line 2: Line 2:
 
Gideros Studio - мобильный фреймворк, позволяющий быстро разрабатывать и экспортировать игры и приложения iPhone, iPad, Android, Windows и MacOS. Gideros особенно прост в освоении для Flash разработчиков.
 
Gideros Studio - мобильный фреймворк, позволяющий быстро разрабатывать и экспортировать игры и приложения iPhone, iPad, Android, Windows и MacOS. Gideros особенно прост в освоении для Flash разработчиков.
  
Using Gideros Studio is straightforward - No knowledge of C, C++, Objective C, Java, .Net or any other structured, complex programming languages is required. Gideros Studio is extremely easy to use for Flash developers. It benefits from Lua, a very simple scripting language. Moreover the functions used for handling graphics and sound resemble the Flash counterparts, so Flash developers will feel at home when they start developing with Gideros Studio.
+
Для работы с Gideros не требуется знания C, C++, Java, .Net или других структурных, сложных языков программирования. Gideros Studio особенно прост в освоении для Flash разработчиков. Функции для работы с графикой и звуком во многом аналогичны Flash, поэтому переход с Flash на Gideros осуществляется легко и интуитивно.
  
 
Gideros Studio provides a set of functions and libraries for faster development. Using a few lines, you can create stunning animations for ebooks, games or generic applications. The following is a list of Gideros Studio SDK features:
 
Gideros Studio provides a set of functions and libraries for faster development. Using a few lines, you can create stunning animations for ebooks, games or generic applications. The following is a list of Gideros Studio SDK features:

Revision as of 04:11, 9 September 2018

Gideros Studio - мобильный фреймворк, позволяющий быстро разрабатывать и экспортировать игры и приложения iPhone, iPad, Android, Windows и MacOS. Gideros особенно прост в освоении для Flash разработчиков.

Для работы с Gideros не требуется знания C, C++, Java, .Net или других структурных, сложных языков программирования. Gideros Studio особенно прост в освоении для Flash разработчиков. Функции для работы с графикой и звуком во многом аналогичны Flash, поэтому переход с Flash на Gideros осуществляется легко и интуитивно.

Gideros Studio provides a set of functions and libraries for faster development. Using a few lines, you can create stunning animations for ebooks, games or generic applications. The following is a list of Gideros Studio SDK features:

  • Android and iOS platform support
  • Fully native, OpenGL powered implementation
  • iOS & Android plugins - native code support
  • 2D scene graph
  • Game & application analytics with Flurry analytics
  • Touch and accelerometer sensor
  • Automatic and precalculated texture packs
  • Audio playback
  • Scene transitions
  • Physics engine (LiquidFun/Box2D)
  • Movieclip library
  • Tweening library
  • Font creator
  • Font renderer
  • 30+ different easing (tweening) functions
  • Landscape and portrait modes
  • Global timer pause/resume
  • Sprites & sprite sheets
  • 32 bit textures
  • Texture atlas
  • Fast orthogonal tilemaps

With Gideros Studio, the resulting executable will look like any other iPhone, iPad or Android application. The performance of applications developed using Gideros SDK is comparable to, or better from those applications developed using other similar frameworks.

Gideros Studio can be used to build executables on the host (e.g your own desktop machine), without sending your application to another server for building. This saves a lot of time and energy, and you can be sure that your intellectual property will not be compromised in any case.

Поддержка платформ
Gideros Studio IDE
Gideros Studio SDK
Gideros Player
Архитектура движка
Скачать Gideros Studio
Установка Gideros Studio
Запуск Gideros Studio
Ваше первое приложение