Search found 678 matches

by GVovkiv
Thu May 30, 2024 8:42 pm
Forum: Libraries and Tools
Topic: Resolution Solution [library]
Replies: 59
Views: 118223

Re: Resolution Solution [library]

With each release I make more and more typos, and forget more and more things to fill. This time I forget to add documentation to "history" directory, aswell as forget to set correct date for this release. Idea of adding new "no scale" mode was on my mind for some time, not sure ...
by GVovkiv
Thu May 30, 2024 8:36 pm
Forum: Libraries and Tools
Topic: Resolution Solution [library]
Replies: 59
Views: 118223

Re: Resolution Solution [library]

v3003, 30 May 2024 Added new scaling mode (No Scaling Mode) and added variables to replace magic numbers. https://github.com/Vovkiv/resolution_solution Documentation: • Added explanation about newly added No Scaling Mode and about magic numbers. Added: • Added new No Scaling Mode. When it is active,...
by GVovkiv
Thu May 23, 2024 7:28 pm
Forum: General
Topic: [Closed] Any good UI maintained library?
Replies: 6
Views: 510

Re: Any good UI maintained library?

pgimeno wrote: Thu May 23, 2024 1:08 pm See also viewtopic.php?t=93667
Actually, this one seems to work for me, thanks!
by GVovkiv
Thu May 23, 2024 4:10 pm
Forum: General
Topic: [Closed] Any good UI maintained library?
Replies: 6
Views: 510

Re: Any good UI maintained library?

togFox wrote: Thu May 23, 2024 5:46 am Slab come to mind. They are probably mouse focused.
Slab is very resource-intense, sadly, tho looks quite nice
by GVovkiv
Wed May 22, 2024 3:14 pm
Forum: General
Topic: [Closed] Any good UI maintained library?
Replies: 6
Views: 510

Re: Any good UI maintained library?

Something from here? Yeah, I saw that one Most of libraries here are dead or they are mouse "hardcoded", so adding something like gamepad support will be painful.. Inky seems to fulfill your requirements and the latest commit was two months ago: https://github.com/Keyslam/Inky Might work,...
by GVovkiv
Wed May 22, 2024 1:03 pm
Forum: General
Topic: [Closed] Any good UI maintained library?
Replies: 6
Views: 510

[Closed] Any good UI maintained library?

TL;DR If someone found this via google, try YUI, https://codeberg.org/1414codeforge/yui, might work for you. Is there any good maintained UI library that has support for keyboard/gamepad? * I don't have for need something that super complex (like having color picker, advanced animations, etc); * I w...
by GVovkiv
Mon May 20, 2024 5:19 pm
Forum: Libraries and Tools
Topic: Resolution Solution [library]
Replies: 59
Views: 118223

Re: Resolution Solution [library]

Yeah, hello there
I found some underpowered laptop which igpu suprisingly capable of OpenGL ES 2.0, so might aswell spend time with love (hey-hey) while I'm on it.
by GVovkiv
Mon May 20, 2024 3:47 pm
Forum: Libraries and Tools
Topic: Resolution Solution [library]
Replies: 59
Views: 118223

v3002

v3002, 20 May 2024 Mostly fixing typos in library code (like error messages) and some updates to documentation. https://github.com/Vovkiv/resolution_solution Documentation : •Turns out I forget to document rs.conf() function. Welp. That sucks. •Updated styling and some information (maybe later I nee...
by GVovkiv
Sun Apr 21, 2024 9:16 am
Forum: Libraries and Tools
Topic: FSAL (Full Screen Assistant for LÖVE)
Replies: 6
Views: 1130

Re: FSAL (Full Screen Assistant for LÖVE)

I had not thought of it at all as there is no such case in my place. (I've been using SourceForge and GitHub in parallel with the understanding that they are both equally international services.) Yeah, sadly official Gitlab instance and sourceforge more inclined to geoblock countries for various re...
by GVovkiv
Sat Apr 20, 2024 9:33 pm
Forum: Libraries and Tools
Topic: FSAL (Full Screen Assistant for LÖVE)
Replies: 6
Views: 1130

Re: FSAL (Full Screen Assistant for LÖVE)

Thanks, I am using https://github.com/Vovkiv/resolution_solution right now, but will check yours. Yay! After some digging around I found this library interesting, it does some things that I don't in my library. For example, it provides some functions to deal with cursor manipulations (my library do...