New pages
From GiderosMobile
- 17:18, 17 May 2025 Tiled Bump (hist | edit) [28,097 bytes] MoKaLux (talk | contribs) (wip)
- 04:05, 17 May 2025 Tiled Basics (hist | edit) [24,744 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == Description == Here we will set up Gideros to work with Tiled. Tiled let you use various layers: ''Tile Layer'', ''Object Layer'', ''Image Layer'', ''Group Layer'...")
- 20:00, 14 May 2025 Tiled Liquidfun (hist | edit) [39,730 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == Description == Here we will set up Gideros to work with Tiled '''Collection of Images''', Liquidfun being the physics engine. File:Tiled Collection of Images Li...")
- 22:22, 12 May 2025 Tiled (hist | edit) [1,724 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == Description == On this page you will find various classes to help using Tiled Map Editor in Gideros. Enjoy ''':-)''' '''note:''' you may have to provide your own a...")
- 00:51, 27 March 2025 Lua Shader Gideros Examples (hist | edit) [4,771 bytes] MoKaLux (talk | contribs) (Created page with "'''Parent:''' Writing Lua Shaders<br/> __TOC__ '''Requirements''': '''In order to use Lua Shaders you need to include ''luashader'' standard library in your projects'...")
- 01:24, 25 March 2025 Core.fileSave (hist | edit) [842 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File saving. <syntaxhighlight lang="lua"> Core.fileSave(filename,buffer,ta...")
- 01:16, 25 March 2025 Core.fileLoad (hist | edit) [819 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File loading. <syntaxhighlight lang="lua"> Core.fileLoad(filename,table) <...")
- 20:34, 26 February 2025 Core.yieldlock (hist | edit) [480 bytes] MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2025.2.2<br/> '''Class:''' Core<br/> === Description === Locks the current thread. <syntaxhighlight lang="lua"> Core.yieldlock() </syntaxhi...")
- 20:38, 20 February 2025 Share Event.SHARE IMPORT RESULT (hist | edit) [963 bytes] MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2024.1<br/> '''Value:''' fileshareImportResult<br/> '''Defined by:''' Share<br/> === Description === This Event is dispatched after some da...")
- 20:28, 20 February 2025 Share Event.SHARE EXPORT RESULT (hist | edit) [605 bytes] MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2024.1<br/> '''Value:''' fileshareExportResult<br/> '''Defined by:''' Share<br/> === Description === This Event is dispatched after some da...")
- 19:55, 20 February 2025 Share:export (hist | edit) [1,697 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2024.1<br/> '''Class:''' Share<br/> === Description === Exporting a piece of data to the phone via default file application. <syn...")
- 19:13, 20 February 2025 Share.new (hist | edit) [308 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2020.7<br/> '''Class:''' Share<br/> === Description === Sharing a piece of data with an external app. <syntaxhighlight lang="lua"...")
- 19:07, 20 February 2025 Share:import (hist | edit) [1,635 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2024.1<br/> '''Class:''' Share<br/> === Description === Importing a piece of data via the phone default file application. <syntax...")
- 13:16, 17 February 2025 Path2D:getSegmentSize (hist | edit) [462 bytes] MoKaLux (talk | contribs) (wip)