Search found 686 matches
- Thu Dec 12, 2024 7:58 pm
- Forum: Support and Development
- Topic: Help with keeping resolution
- Replies: 2
- Views: 777
Re: Help with keeping resolution
Hello there, the creator of "Resolution Solution" is here, lol. If I understand you correctly, you want to draw rectangles, polygons, etc scaled, not "smooth". To achieve something like this, instead of using scissors method of drawing (that used as default example), but rather c...
- Fri Nov 15, 2024 1:53 pm
- Forum: Libraries and Tools
- Topic: [Library] Gamepad Guesser Solution
- Replies: 0
- Views: 2130
[Library] Gamepad Guesser Solution
Hello there. icon_200x200.png (This time even with icon!) Sooo, I was thinking about (and even once asked here on forums) about guessing type of gamepad (even 3rd party gamepads) and showing correct icons to user. And I started working on database (which itself based on SDL community database): http...
- Tue Oct 15, 2024 7:44 am
- Forum: Support and Development
- Topic: Im completely new to programing and don't know how to install openGL to run LOVE2d 2024
- Replies: 4
- Views: 6001
Re: Im completely new to programing and don't know how to install openGL to run LOVE2d 2024
What is your GPU? It seems that you on Windows using generic windows driver that might not support OpenGL higher then 1.1?
Make sure that you have installed proper GPU driver and it is up-to-day.
Make sure that you have installed proper GPU driver and it is up-to-day.
- Wed Oct 02, 2024 10:45 am
- Forum: Libraries and Tools
- Topic: Resolution Solution [library]
- Replies: 60
- Views: 204137
Re: Resolution Solution [library]
v3004, 2 October 2024 https://github.com/Vovkiv/resolution_solution Type annotations that were added by contributor on GitHub and some changes to documentation, mostly to .odt file structure that doesn’t affect .pdf file much. Documentation: • Some changes to documentation file. Added: • Type annota...
- Sun Sep 08, 2024 7:50 am
- Forum: General
- Topic: LÖVE 11.5 released!
- Replies: 36
- Views: 606219
Re: LÖVE 11.5 released!
Well, at least we one step closer
- Sat Sep 07, 2024 7:29 pm
- Forum: General
- Topic: LÖVE 11.5 released!
- Replies: 36
- Views: 606219
Re: LÖVE 11.5 released!
About icon thingy.. We still don't know if ivan was talking about wayland compositor that he had used, but seems that wayland 1.37 got released like week ago and introduced https://wayland.app/protocols/xdg-toplevel-icon-v1 this icon protocol, which means there now sane way to set icon on wayland, y...
- Thu Sep 05, 2024 8:16 pm
- Forum: General
- Topic: LÖVE 11.5 released!
- Replies: 36
- Views: 606219
Re: LÖVE 11.5 released!
Sure, I can come up with workarounds myself, but at that point what is the point of using Love2D. Ivan, do you happens to use GNOME on Wayland? Because I kinda recognize some of them and they probably specific to wayland implementation of gnome, which is can of worms on it's own. As slime mentioned...
- Tue Aug 06, 2024 2:35 pm
- Forum: Games and Creations
- Topic: Kyvedy Guardiah, my action jrpg, released on Steam ^^
- Replies: 8
- Views: 7210
Re: Kyvedy Guardiah, my action jrpg, released on Steam ^^
Using Fedora Silverblue, Steam from flathub, demo linux version doesn't start, just immediately close.
Probably appimage was packaged badly or something
Probably appimage was packaged badly or something
- Thu May 30, 2024 8:42 pm
- Forum: Libraries and Tools
- Topic: Resolution Solution [library]
- Replies: 60
- Views: 204137
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 ...
- Thu May 30, 2024 8:36 pm
- Forum: Libraries and Tools
- Topic: Resolution Solution [library]
- Replies: 60
- Views: 204137
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,...