Another release of Gideros is ready. This is mostly a bug fix release, no big changes but a few improvements:
Improvements
[core/gfx] Provision for MSAA in OpenGL
[export/html5] Handle get/set screenSize and windowTitle
[export/uwp] Handle get screenSize
[lua] update sources for latest luau
[export/uwp] Enable mipmapping
[gfx/path2d] Line position is now sent to the shaders
[export/android] Allow to add flags to permissions in manifest
[gfx/paths] Allow longer lines by using 32bit indices instead of 16bit
[android] Add recommanded way to detect TV's
Fixes
[export/android] Locate Java in Android Studio Electric Eel
[export/uwp] Fix particle rotation
[export/win32] set user-agent in html requests
[export/win32] don't assume cwd is executable path
[export/win32] Fix scaling / DPI handling
[export/uwp] Fix modifiers not correctly reported in key events
[player] Optimize print to studio
[export/ios] Fix DPI reporting for newer phones
Download it from here:
http://giderosmobile.com/download
Comments
Likes: MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Is there a way in which we could tell the dpi of a phone screen?I just stumbled upon the "android navigation bar issue" and I'd like to avoid having interactive content there. I can go for a magic number but I'd like to check if what is stated here still applies: https://forums.solar2d.com/t/height-of-android-navigation-bar-solved/353073
Silly me it's here: https://wiki.gideros.rocks/index.php/Application:getScreenDensity
NEVERMIND I FOUND MY ERROR
When using win32 export make sure to set all your folder paths to \\ instead of /
In my case I inserted an image from my asset gfx folder (right click image - Insert Into Document) and I got "gfx/adventurer-Sheet.png". For win32 export make sure to change it to "gfx\\adventurer-Sheet.png"
Likes: MoKaLux
Gideros 2023.4 got featured on https://gcup.ru/news/chto_novogo_v_gideros_2023_4/2023-04-10-13464
I like this site
Viva Gideros
Likes: SinisterSoft
Added new functions:
So I added this for mouse & touch, but not for "Pen" because I dont know how to check if it is tablet input...
And a lot of fixes/improvements.
Ive uploaded WIP versionn to github: https://github.com/MultiPain/Gideros_ImGui/blob/master/imgui_beta.dll
Likes: MoKaLux, hgy29, keszegh, pie, vitalitymobile
Likes: MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Changelog:
Likes: keszegh, MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
something wrong with github services