Search found 21 matches

by premek
Tue Dec 06, 2022 9:41 pm
Forum: Libraries and Tools
Topic: Hot Particles - particle editor
Replies: 70
Views: 136840

Re: Hot Particles - particle editor

pgimeno wrote: Tue Dec 06, 2022 7:54 pm I tend to think of it as a bug, because it prevents FFI programs from accessing the libraries provided by Löve.
I filled in a bug report but being a noob I just copypasted the info you provided

https://bugs.debian.org/cgi-bin/bugrepo ... ug=1025649
by premek
Tue Dec 06, 2022 7:05 pm
Forum: Libraries and Tools
Topic: Hot Particles - particle editor
Replies: 70
Views: 136840

Re: Hot Particles - particle editor

is it a debian bug? should we report it?
by premek
Mon Dec 05, 2022 9:13 pm
Forum: Libraries and Tools
Topic: Hot Particles - particle editor
Replies: 70
Views: 136840

Re: Hot Particles - particle editor

had the same issue with on debian. Love compiled from source works fine
by premek
Tue Nov 29, 2022 7:31 pm
Forum: Libraries and Tools
Topic: Ase (aseprite) file loader for love2d
Replies: 9
Views: 30610

Re: Ase (aseprite) file loader for love2d

Hi, thanks a lot for this, I'm planning to use it to load color palette files saved from aseprite: https://github.com/premek/love-ase-pal
by premek
Thu Jun 14, 2018 10:43 pm
Forum: Support and Development
Topic: Play .mp3 from SD card on Android
Replies: 1
Views: 2388

Re: Play .mp3 from SD card on Android

ok after setting this in conf.lua
t.externalstorage = true

the love.filesystem is now on the phone storage that is mounted to PC. But I had to reboot the pohone to see my app's folder in my pc :(
by premek
Thu Jun 14, 2018 6:09 pm
Forum: Support and Development
Topic: Play .mp3 from SD card on Android
Replies: 1
Views: 2388

Play .mp3 from SD card on Android

Is it possible to make something like a music player? You would copy your .mp3's from your computer to some place in your phone and then load and play them from Love Android app via `love.audio.newSource`. My problem is that the only directory accessible with newSource on Android (/data/data/my.pack...
by premek
Wed May 09, 2018 1:42 pm
Forum: General
Topic: Need ideeas for a game!
Replies: 31
Views: 23133

Re: Need ideeas for a game!

by premek
Tue May 08, 2018 10:59 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201434

Re: love-release - in Lua ! - makes LÖVE game release easier

I got it working on Travis CI. (after 2 days of trial and error) I needed to update from Trusty to Xenial. Update to Bionic was not working so I also needed to update luarocks via luarocks. The build takes 9 minutes :( The ubuntu update is slow and also it needs sudo so it does not run in docker on ...
by premek
Tue May 08, 2018 5:29 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201434

Re: love-release - in Lua ! - makes LÖVE game release easier

dan369 wrote: Tue May 08, 2018 5:11 pm I have this issue on windows.
maybe we have old libzip version? It works locally on my debian linux with libzip 1.1.2-1.1+b1
by premek
Mon May 07, 2018 6:25 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201434

Re: love-release - in Lua ! - makes LÖVE game release easier

hi, is anyone running this on Travis CI? It runs fine locally but I cannot install and run it properly on travis. There is an older luarocks version there (not sure if thats important) and this is the best I managed to do love-release -t mygame target/ src/ sh: 1: love: not found /usr/bin/lua: ...e/...