Hi guys, I have a doubt. I searched on Google and on the forum and didn't find (maybe I don't know how to search for the correct terms) about what "Export GApp Project" is. When we export it generates a .GApp file, I saw that when we export web it also generates one of these and clearly it's the game itself. But how do I run the .GApp file? Is there a specific program that opens it? How does it work and what is this file? Thank you.
Comments
For example in Gideros installation folder there is C:\Program Files\Gideros\Addons
GSFXREditor and TAME are apps that can run through the Gideros Player.
The goal of GApp is to make Gideros Studio plugins?
Correct me if I am wrong
Likes: kinrpg
Gideros 2021.9
-New features
[core] Add Texture.loadAsync() call
[core] Add TexturePack.loadAsync() call
[core/font] Allow multiple fonts in a single TextField
[core/font] Allow to turn TexturePacks into Fonts
-Improvements
[core] Support grayscale render targets
[core] Add TexturePack:getRegionsNames()
[tools] Associate .tproj and .GApp extensions so that they open the required tool
Likes: kinrpg
By the way, the reason is to know if I can somehow run gidero games natively on linux (without having to use wine).
Likes: kinrpg
GApp is an archive of a complete Gideros Application, it can be loaded by Gideros Player from the command line, and it is used in web export to avoid having all assets fetched separately from the browser (and exposed)
Likes: kinrpg