Difference between revisions of "Gideros SDK"

From GiderosMobile
 
Line 1: Line 1:
{{TOC hidden}}
+
__NOTOC__
 
== What is Gideros ? ==
 
== What is Gideros ? ==
  

Latest revision as of 16:44, 13 May 2024

What is Gideros ?

Gideros is free and open sourced and provides the cross-platform technology to create amazing games. In a couple of hours, you’ll find yourself building and running your next great game.

Why choosing Gideros ?

Some Benefits of Gideros:

It's FREE

Gideros is FREE and Open Sourced and there are no limitations to developing and publishing apps

Instant testing

While developing your game, it can be tested on a real device through Wifi in only 1 second – you don’t waste your time with an export or deploy process.

Native speed

Developed on top of C/C++ and OpenGL, your game runs at native speed and fully utilizes the power of CPUs and GPUs underneath.

Plugins

You can easily extend the core with plugins. Import your existing (C, C++, Java or Obj-C) code, bind to Lua and interpret them directly. Dozens of open-source plugins are already developed and ready to use.

Clean OOP approach

Gideros provides its own class system with all the basic OOP standards, enabling you to write clean and reusable code for any of your future games.

Full dev set

Get everything you need from the start, including lightweight IDE, players for Desktop and devices, Texture packer, Font Creator and there are also lots of 3rd party tools.

Fast development

Easy learning curve, instant testing, OOP coding practices and ability to create needed custom plugins reduces the development time. And because of reusable code, each your next app will be developed even faster.

Crossplatform

Apart from supporting multiple platforms, Gideros also provides automatic screen scaling and automatic selecting of proper image resolution, which makes supporting different screen resolutions and creating universal projects an easy task.

Supported platforms

Android

Export project for Android Studio or directly generate APK or AAB if Android Studio tools are already configured. Supporting also Google Play specific APIs and support other stores as OUYA, Amazon, SlideMe and many more

Apple

Everything you need to make a game on iOS, AppleTV and MacOS including Ads, In app purchases and many other plugins available with additional functionality

HTML

Create stunning web apps thanks to the most advanced HTML technologies such as WebGL and WebAssembly.

Unified Windows Platform

Exporting Visual Studio solution to build and submit Windows Appstore apps for Windows and Windows Phone.

Meta Quest 2 & 3

Export an APK file suitable for Meta Quest 2 & 3 headsets.

Legacy Windows

Directly export for windows as a regular folder with an .exe file