Search found 3444 matches

by zorg
Sun Aug 06, 2023 4:13 pm
Forum: Support and Development
Topic: Install Love2D to Raspberry Pi 400
Replies: 21
Views: 6185

Re: Install Love2D to Raspberry Pi 400

I found a thread about it but last message was 2017 or so... and i couldn't load in the webpage either, though that might be on my end only.
by zorg
Thu Aug 03, 2023 3:24 am
Forum: General
Topic: Self-hosting Löve2d Environment for Educational Purposes
Replies: 11
Views: 3638

Re: Self-hosting Löve2d Environment for Educational Purposes

(for audio: wav/mp3/ogg/all formats modplugtracker supports loading/importing) (for images: jpg,png,bmp,tga,hdr/pic,exr plus compressed(-on-gpu) formats i.e. dxt/bc/etc/eac/pvr/astc variants) Thank you! Given that löve2d is resolution-independent, I would have expected some vector-graphic format to...
by zorg
Wed Aug 02, 2023 5:05 am
Forum: General
Topic: Self-hosting Löve2d Environment for Educational Purposes
Replies: 11
Views: 3638

Re: Self-hosting Löve2d Environment for Educational Purposes

How do people currently make music and graphics for their love2d games? Most likely using external applications, and there's a lot of those, considering the formats löve supports. (for audio: wav/mp3/ogg/all formats modplugtracker supports loading/importing) (for images: jpg,png,bmp,tga,hdr/pic,exr...
by zorg
Tue Aug 01, 2023 6:01 pm
Forum: General
Topic: Self-hosting Löve2d Environment for Educational Purposes
Replies: 11
Views: 3638

Re: Self-hosting Löve2d Environment for Educational Purposes

I have dabbled and still am trying to make some music editors, although i'm not sure what exactly do you have in mind regarding this... (GUI? CLI? any specific limitations? if GUI, what kind of interface? if CLI, how complicated should it be? Like the play statement in BASIC?) Also, some of the list...
by zorg
Thu Jul 27, 2023 5:35 am
Forum: Support and Development
Topic: Can we do animations without using setViewport in Love2d?
Replies: 4
Views: 6718

Re: Can we do animations without using setViewport in Love2d?

As i said in a previous thread regarding the same issue from this person, there's only one setViewport function, and it's for Quads. Usually it's not needed since you would usually just make as many quads as you have animation frames.
by zorg
Wed Jul 26, 2023 2:15 pm
Forum: Support and Development
Topic: I am using urn language bindings and i can not find setViewport and set-viewport in it.
Replies: 1
Views: 897

Re: I am using urn language bindings and i can not find setViewport and set-viewport in it.

I'm assuming you found this: https://gitlab.com/Lignum/urn-love2d-bindings from potentially here: https://love2d.org/forums/viewtopic.php?t=84811 It's not really something that's official or anything, although the commit dates do imply it should support at least version 11.0 Anyway, considering ther...
by zorg
Tue Jul 11, 2023 5:44 am
Forum: General
Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
Replies: 103
Views: 35472

Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )

What if i like how the code generated by ChatGPT looks? what if i look at a "legitimate FOSS developer"'s library and i implement the same functionality my own way? What if that is indistinguishable from what ChatGPT shat out to me? Do i care that people use it as a better alternative to a...
by zorg
Wed Jul 05, 2023 7:25 am
Forum: Support and Development
Topic: SHARE ON PHONE ???
Replies: 10
Views: 2003

Re: SHARE ON PHONE ???

For your information, acting like a git will get you the same kind of help.
by zorg
Tue Jul 04, 2023 4:21 am
Forum: Support and Development
Topic: SHARE ON PHONE ???
Replies: 10
Views: 2003

Re: SHARE ON PHONE ???

No, you're pointlessly opening unnecessary threads. Consider deleting this one since you already made one on this topic before.
by zorg
Thu Jun 29, 2023 9:00 am
Forum: Support and Development
Topic: problem with UP key
Replies: 12
Views: 1594

Re: problem with UP key

And while you as developer, might not be interested in new features, don't forget about user side. Newer versions (especially love 11) bring newer LuaJIT, graphics support newer versions of OpenGL, faster file reading, etc (Performance boost is always nice to have). - Newer LuaJIT is part of the de...