Gideros 2022.6 was getting old, and the repo had a few fixes and improvements so I thought it was time to update.
No big changes this time.
New features[export/android] Add an application:setEventMerging() call which allows to enable/disable merging of touch/mouse move events together
[export/html] Initial WebXR support
Improvements[library/3d] Better GLTF support
[library/3d] Support vertex coloured meshes
[example] cute_c2 demo updated
[gfx] Allow to disable writing depth buffer through setStencilOperation()
[plugin/ads] Add option to include AD_ID permission on android
Fixes[gfx] Fix cloned color transforms
[styling] Fixes and improvements
[plugin/cute_c2] Fix name conflict with imgui
[plugin/share] Fix for Android
[html] Disable GApp override in an exported project
[gfx] Check 'application' presence in styling functions
Download it from here:http://giderosmobile.com/download
Comments
Could we have the find and replace box widget show in the middle of the log widget instead of its far right?
I usually put gideros player on the bottom right and the find/replace boxes are hidden
I think that's those lines:
https://github.com/gideros/gideros/blob/8bda6982083e654bb630551d85318d940d4cde18/ui/mainwindow.cpp#L2502
and
https://github.com/gideros/gideros/blob/8bda6982083e654bb630551d85318d940d4cde18/ui/mainwindow.cpp#L2586
Likes: MoKaLux