Search found 472 matches

by milon
Tue Sep 19, 2023 3:36 pm
Forum: General
Topic: Hello Everyone, I'm Bug_Coder.
Replies: 7
Views: 7531

Re: Hello Everyone, I'm Bug_Coder.

Welcome! I first learned to program in the 1980's on my ZX Spectrum and as a hobbyist I've been writing bug ridden code in various languages ever since. Looking forward to being a part of this community and getting to grips with Lua \ LOVE. Haha, me too! Except it was a Commodore 64 in my case. I de...
by milon
Tue Sep 19, 2023 3:31 pm
Forum: General
Topic: Offline-capable LÖVE tutorial
Replies: 20
Views: 18893

Re: Offline LÖVE documentation for download

There is plenty of material alredy in the wiki, that can be used for it. Only someone needs to asseble it together. I'm still unclear what you're looking for that would be different/better than what already exists. There is an unwritten rule in the free software world: if you want something done, d...
by milon
Tue Sep 19, 2023 2:02 pm
Forum: Support and Development
Topic: Efficient Mouse Interaction and Event Handling for Objects
Replies: 14
Views: 7378

Re: Efficient Mouse Interaction and Event Handling for Objects

Welcome to the forum, Athrikesha! I don't know if this is the "best" way or not, but check out my Wordle clone Wordie . Within each game state, I define a table 'gui' and put all my gui objects in it. When I'm drawing that state, I iterate through each gui object. If it has a 'draw' functi...
by milon
Mon Sep 18, 2023 6:30 pm
Forum: General
Topic: Mobile phone display resolution
Replies: 5
Views: 6466

Re: Mobile phone display resolution

darkfrei wrote: Fri Sep 15, 2023 7:52 pm
milon wrote: Fri Sep 15, 2023 7:43 pm
marclurr wrote: Fri Sep 15, 2023 7:23 pm Can't quite see the top line...
darkfrei, why not just love.window.getSafeArea?

Screenshot_20230915-154119.png
It was!
Wow, my bad! I looked for it but totally missed it anyway. :crazy:
by milon
Fri Sep 15, 2023 7:43 pm
Forum: General
Topic: Mobile phone display resolution
Replies: 5
Views: 6466

Re: Mobile phone display resolution

marclurr wrote: Fri Sep 15, 2023 7:23 pm Can't quite see the top line...
darkfrei, why not just love.window.getSafeArea?
Screenshot_20230915-154119.png
Screenshot_20230915-154119.png (45.79 KiB) Viewed 6429 times
by milon
Thu Sep 14, 2023 7:26 pm
Forum: Ports
Topic: love.js standalone player
Replies: 21
Views: 177300

Re: love.js standalone player

ivan wrote: Mon Jul 17, 2023 7:04 am We need to bring more attention to love.js so it can become a part of the official Love2D distribution.
That's an awesome idea! How do we do that? What's the actionable step(s) that forum users can take?
by milon
Wed Sep 13, 2023 4:22 pm
Forum: General
Topic: Offline-capable LÖVE tutorial
Replies: 20
Views: 18893

Re: Offline LÖVE documentation for download

Pinko wrote: Sat Sep 02, 2023 4:11 pm This is not enough. We need a pdf or an ebook for newbies. Who can write it?
...
It's already been done: https://www.sheepolution.com/learn/book/contents
There are very likely others too, but this one is great!
by milon
Thu Sep 07, 2023 4:08 pm
Forum: Support and Development
Topic: Making a Dotted/Dashed Line
Replies: 4
Views: 4401

Re: Making a Dotted/Dashed Line

Here's a pretty elegant method that still works!
viewtopic.php?t=83295

EDIT - Wow, just realized this is quite a necro! >_<
But it's amazing that a draw method from 7 years ago still works!
by milon
Thu Sep 07, 2023 3:41 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1004942

Re: Avatars: OBEY!

I still dont get the joke... OP of this thread: Just wanted to inform you that we now have fukken avatars! I hereby strongly encourage users to include "OBEY" in their avatars. It started as a funny/random way to celebrate having avatars on the forum. I've been too busy/lazy to öbey so fa...
by milon
Thu Sep 07, 2023 3:36 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 25381

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

Neito wrote: Mon Sep 04, 2023 6:24 pm Can you please upload your own code here so I can see.
That code should be sufficient to load & play an .spc file, assuming you have the LoveGme library. What might be more helpful for you to see?