so far i did not encounter other issues/anomalies. now it would be nice to have a gideros release with new imgui build, to be able to export to mac as well (and have a smaller windows dll). ty
hi, your workaround to position the triangles in the right corner also is a bit strange, on screenshot you can see that not all triangles are the same size/position.
or is it just a rounding issue? still seems strange.
edit: it happens e.g. when gui.imgui:setScale(1.2) is set, also bad at 1.25, 1.75, but indeed it is good when scaling is 1 or 2.
if this is due to rounding, is there any way to set a value so that all triangles end up to be the same size? e.g. at scaling 1.25 and triangle size 4 one would expect all triangles to have size 5. yet some of them have size 6.
i came up with this workaround, which looks a bit wasteful but at least works:
btw even with my latest version, although triangles are not getting bigger/smaller randomly, but just like without the clamping trick, in a long scrolling file browser the last item has usually a bigger triangle than the first one.
about my original issue with these triangles, it seems that they are drawn at the right place but for some reason some of their parts are not always visible. would it be possible to draw these triangles higher in the drawing order and then maybe they would be completely visible?
edit: perhaps with this in mind you could spotthe bug in the imgui source code?
(and sorry for spamming this topic with this issue, but would be great to resolve it properly)
i have the following crash report when i do something: [6636] ../Common/imgui_src/imgui.cpp: (g.WithinEndChild) && "Must call EndChild() and not End()!"
previously it worked fine, maybe i've changed something but as far as i remember i did not. can you check if it is somehow due to imgui code? ty
EDIT: i'm pretty sure that this is an error in my own code, so never mind.
Comments
https://developer.roblox.com/en-us/api-reference/lua-docs
Likes: SinisterSoft, MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh, MoKaLux
Likes: keszegh, MoKaLux
or is it just a rounding issue? still seems strange.
edit:
it happens e.g. when gui.imgui:setScale(1.2) is set, also bad at 1.25, 1.75, but indeed it is good when scaling is 1 or 2.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
e.g. at scaling 1.25 and triangle size 4 one would expect all triangles to have size 5. yet some of them have size 6.
i came up with this workaround, which looks a bit wasteful but at least works:
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
edit: perhaps with this in mind you could spotthe bug in the imgui source code?
(and sorry for spamming this topic with this issue, but would be great to resolve it properly)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
https://github.com/ocornut/imgui/issues/5346
https://github.com/rokups/imgui/commit/6b4cad147c20f352e7e4c89c2173142e07d71ab0
Ill check it later
Likes: keszegh
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
[6636] ../Common/imgui_src/imgui.cpp: (g.WithinEndChild) && "Must call EndChild() and not End()!"
previously it worked fine, maybe i've changed something but as far as i remember i did not. can you check if it is somehow due to imgui code? ty
EDIT: i'm pretty sure that this is an error in my own code, so never mind.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game