New pages
From GiderosMobile
- 20:01, 27 October 2024 Tuto Gideros Game Template1 Part 8 Player (hist | edit) [2,994 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == a Player == We test our Gideros Game Template1 and add a player you can control with the keyboard. '''Note: this is for testing purposes only''' I didn't really...")
- 18:09, 26 October 2024 Tuto Gideros Game Template1 Part 7 Game (hist | edit) [7,132 bytes] MoKaLux (talk | contribs) (wip)
- 11:12, 26 October 2024 Tuto Gideros Game Template1 Part 6 Options (hist | edit) [19,482 bytes] MoKaLux (talk | contribs) (wip)
- 22:13, 25 October 2024 Tuto Gideros Game Template1 Part 5 Menu (hist | edit) [6,944 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == Menu scene == Our '''Menu''' scene will mainly consist of: * some buttons ('''ButtonMonster class''') to navigate to other scenes * setup of a keyboard navigati...")
- 20:14, 25 October 2024 Tuto Gideros Game Template1 Part 4 Transitions (hist | edit) [2,603 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == Transitions == For our game, we will transition between scenes using a transition scene. The '''transitions''' scene will receive as parameter the next scene to lo...")
- 19:27, 25 October 2024 Tuto Gideros Game Template1 Part 3 Main (hist | edit) [5,503 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == the main.lua file == In the ''main.lua'' file we will start shaping our game, that is: * give our window a title and position * configure our save system: the actua...")
- 18:11, 25 October 2024 Tuto Gideros Game Template1 Part 2 Init (hist | edit) [2,764 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == the init.lua file == In the ''init.lua'' file we will initialize some global variables. It is nothing too fancy and mostly uses Gideros standard API. In this file...")
- 17:06, 25 October 2024 Tuto Gideros Game Template1 Part 1 Project Setup (hist | edit) [2,274 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ == Project setup == Create a project and call it anything you want, eg.: "''Gideros_Game_Template1''" for example. In the project properties (right click your project...")
- 11:09, 25 October 2024 Tutorial - Gideros Game Template1 (hist | edit) [1,423 bytes] MoKaLux (talk | contribs) (Created page with "Hello developer! In this tutorial, we will make our first Gideros Game Template you could use and reuse for your games. Suitable for all platforms: PC, mobile, web, ... Thi...")
- 22:24, 8 October 2024 Dear ImGui Examples (hist | edit) [16,373 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ '''note''': you may have to provide your own assets (fonts, gfx, …). === ImGui Custom Font === <syntaxhighlight lang="lua"> require "ImGui" -- imgui self.imgui =...")
- 23:16, 6 October 2024 Sprite.EFFECT MODE TRIGGERED (hist | edit) [163 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2021.1<br/> '''Value:''' Sprite.EFFECT_MODE_TRIGGERED<br/> '''Class:''' Sprite<br/> === Description === {{Sprite}}")
- 23:14, 6 October 2024 Sprite.EFFECT MODE CONTINUOUS (hist | edit) [164 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2021.1<br/> '''Value:''' 0 Sprite.EFFECT_MODE_CONTINUOUS<br/> '''Class:''' Sprite<br/> === Description === {{Sprite}}")
- 23:12, 6 October 2024 Sprite.EFFECT MODE AUTOMATIC (hist | edit) [163 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2021.1<br/> '''Value:''' Sprite.EFFECT_MODE_AUTOMATIC<br/> '''Class:''' Sprite<br/> === Description === {{Sprite}}")
- 22:02, 4 October 2024 Dear ImGui Getting Started (hist | edit) [10,108 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Dear ImGui for Gideros Mobile''' == Gideros Dear ImGui embedded Demo == <syntaxhighlight lang="lua"> require "ImGui" local imgui = ImGui.new() stage:addChild(im...")
- 20:42, 3 October 2024 Dear ImGui Flags (hist | edit) [52,437 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ === FocusedFlags === <syntaxhighlight lang="lua"> ImGui.FocusedFlags_ChildWindows ImGui.FocusedFlags_AnyWindow ImGui.FocusedFlags_RootWindow ImGui.FocusedFlags_RootA...")
- 20:25, 3 October 2024 Dear ImGui Enums (hist | edit) [2,789 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ == ENUMS == === Keyboard keys === ==== Keys ==== <syntaxhighlight lang="lua"> ImGui.Key_None ImGui.Key_Tab ImGui.Key_LeftArrow ImGui.Key_RightArrow ImGui.Key_UpArro...")
- 17:32, 2 October 2024 Dear ImGui API (hist | edit) [71,634 bytes] MoKaLux (talk | contribs) (Created page with "__TOC__ (copied from @'''rrraptor''''s GitHub '''https://github.com/MultiPain/Gideros_ImGui''') = Dear ImGui LUA binding for Gideros Mobile = == Constructor == <syntaxhighli...")
- 17:25, 2 October 2024 Dear ImGui FAQ (hist | edit) [10,958 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ == Labels and the ID Stack == Dear ImGui internally need to uniquely identify UI elements. Elements that are typically not clickable (such as calls to the Text func...")
- 21:20, 5 September 2024 TextureBase:update (hist | edit) [633 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2024.9<br/> '''Class:''' TextureBase<br/> === Description === Changes the content of an existing texture. <syntaxhighlight lang="...")
- 07:02, 26 August 2024 Theora:getVideo (hist | edit) [654 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2017.10<br/> '''Class:''' Ogg<br/> === Description === Reads the video of an Ogg/Theora stream object as a Sprite. <syntaxhighlig...")
- 06:52, 26 August 2024 Theora:play (hist | edit) [663 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2017.10<br/> '''Class:''' Ogg<br/> === Description === Creates a new Ogg/Theora stream object which you can read from. <syntaxhig...")
- 02:28, 26 August 2024 Microphone:setPaused (hist | edit) [348 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> '''Class:''' Microphone<br/> === Description === Sets the current microphone paused state. <syntaxhighlight lang="lu...")
- 02:20, 26 August 2024 Microphone:isRecording (hist | edit) [331 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> '''Class:''' Microphone<br/> === Description === Gets the current microphone recording status. <syntaxhighlight lang...")
- 02:19, 26 August 2024 Microphone:isPaused (hist | edit) [322 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> '''Class:''' Microphone<br/> === Description === Gets the current microphone paused status. <syntaxhighlight lang="l...")
- 02:00, 26 August 2024 Microphone:getStreamId (hist | edit) [318 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2024.6<br/> '''Class:''' Microphone<br/> === Description === Gets the current microphone stream id. <syntaxhighlight lang="lua">...")