Search found 1911 matches

by ivan
Sat Dec 16, 2023 1:56 pm
Forum: Support and Development
Topic: Can I create an engine on top of Love?
Replies: 7
Views: 36934

Re: Can I create an engine on top of Love?

What do you mean exactly by generating graphics and sounds? Procedural stuff? Sure, you can programmatically make both graphics and sounds with ImageData and SoundData objects, for starters. I think the original poster is eluding to creating/modifying assets within the Love2D application itself - s...
by ivan
Sat Dec 16, 2023 12:41 pm
Forum: Libraries and Tools
Topic: Love2D builder
Replies: 68
Views: 212318

Re: Love2D builder

Good news, the 2dengine builder now supports Love 11.3, 11.4 and 11.5.
Android APK support is also available to users who have a 2dengine account:
https://2dengine.com/builder/
by ivan
Sun Dec 10, 2023 1:07 pm
Forum: Libraries and Tools
Topic: Love2D builder
Replies: 68
Views: 212318

Re: Love2D builder

I recommend pulling the source code from Github and reverting back to the previous version while it is still available. Please note that lovebuilder is going to become closed-source due to a few irreconcilable issues: - it is not possible to build Love2D games using pure PHP (the project depends on ...
by ivan
Wed Dec 06, 2023 7:41 am
Forum: Ports
Topic: love.js standalone player
Replies: 21
Views: 175384

Re: love.js standalone player

That's an awesome idea! How do we do that? What's the actionable step(s) that forum users can take? I just want to say, that this is very interesting, even with limited functionality. This is the way to go and i hope this gets more love from the developers. It takes a lot of work but it is certainl...
by ivan
Sat Sep 09, 2023 7:02 pm
Forum: Games and Creations
Topic: Just launched Typing Bullets on Steam
Replies: 16
Views: 180420

Re: Just launched Typing Bullets on Steam

Sorry about hijacking this post, but this is not about me at all. Most people in the US don't realize what Valve is doing so it is important to bring awareness to Valve's involvement with Russia. Don't get mad at me, I am here to help. I don't know where you are from, but nobody that I know aspires ...
by ivan
Sat Sep 09, 2023 11:52 am
Forum: Games and Creations
Topic: Just launched Typing Bullets on Steam
Replies: 16
Views: 180420

Re: Just launched Typing Bullets on Steam

Wow - looked at the vid on Steam - you've certainly built up some skills! It looks like chaotic fun! Grats on the steam release. I hope one day I'll have a steam/ epic / ubisoft release ! I don't want to take away anything from cip because completing and releasing a game is an important accomplishm...
by ivan
Sat Sep 09, 2023 10:14 am
Forum: Games and Creations
Topic: Just launched Typing Bullets on Steam
Replies: 16
Views: 180420

Re: Just launched Typing Bullets on Steam

what exactly wrong with selling games there and then spend money from russian region I forgot to mention the elephant in the room: to sell digital products in most countries you have to register with the local government as a tax entity and pay tax. So yes, Valve is probably paying tax to the Russi...
by ivan
Wed Sep 06, 2023 11:06 am
Forum: General
Topic: Devs of love2d which os do you use ?
Replies: 21
Views: 16068

Re: Devs of love2d which os do you use ?

BrotSagtMist wrote: Fri Aug 25, 2023 1:15 pm Linux is a kernel not an OS.
If your complain is that stuff doesnt work out of the box then this is entirely your fault for not choosing a distro where stuff works out of the box.
https://m.youtube.com/watch?v=lE4UXdJSJ ... V4IA%3D%3D
by ivan
Wed Aug 30, 2023 12:29 pm
Forum: Ports
Topic: love.js standalone player
Replies: 21
Views: 175384

Re: love.js standalone player

Just pushed another update:

- love.js will now show the "nogame" screen if the loaded resource is not a valid ZIP archive
by ivan
Sat Aug 26, 2023 10:01 pm
Forum: General
Topic: What to use if not github?
Replies: 8
Views: 8431

Re: What to use if not github?

pgimeno wrote: Sat Aug 26, 2023 4:15 pmGitea is 100% free open source.
I looked at the Gitea live demo and it is quite impressive - it looks almost exactly like GitHub. Thank you, I will definitely keep an eye on Gitea.