Search found 7 matches
- Fri Jan 15, 2021 12:51 pm
- Forum: General
- Topic: Midi format music distortion
- Replies: 15
- Views: 20261
Re: Midi format music distortion
Hey, has someone ever kept investigation on this? I am trying to find where in the code is this bail to use beeps in place of timidity to figure a way at least making a little prettier tunes by code. Also some minor silence in each X seconds. I see libmodplug code is kept updated here: https://githu...
- Fri Jun 08, 2018 1:07 am
- Forum: Ports
- Topic: love2d flatpak
- Replies: 1
- Views: 34467
love2d flatpak
So, for snap packaging, there is a very good snap template to help. Is there anything similar for flatpak? Is there an easy way to pack a love2d game as flatpak?
- Mon Feb 12, 2018 12:28 pm
- Forum: Ports
- Topic: Love appImage template (for Linux)
- Replies: 15
- Views: 51441
Re: Love appImage template (for Linux)
ok, I tried your script. Picked the love-0.10.2-amd64.tar.gz here (https://bitbucket.org/rude/love/issues/1168/provide-stand-alone-love2d-linux-binaries) . I renamed amd64 to x86-64, because that's my actual arch reported with uname -m. Then proceeded to create a game.love, game.png and a game.deskt...
- Sun Feb 11, 2018 12:13 pm
- Forum: Ports
- Topic: Love appImage template (for Linux)
- Replies: 15
- Views: 51441
Re: Love appImage template (for Linux)
I read your code, I see your appImage script depends on your tarball script. In your tarball script, nothing says game.love, so I just can't understand how it works, where should my game be placed? In tarball build script, the case where you check the basename of something looking for libraries. Wha...
- Sat Feb 10, 2018 8:37 pm
- Forum: Ports
- Topic: Love appImage template (for Linux)
- Replies: 15
- Views: 51441
Re: Love appImage template (for Linux)
Very interesting, but I was looking into more a template thing instead. I would much prefer a game in an appImage folder structure that's clear what is needed to be placed where so I can build my game mimicking this structure.
- Sat Feb 10, 2018 12:14 pm
- Forum: Ports
- Topic: Love Android getDimensions ignores screen buttons (home, back, alt-tab)
- Replies: 1
- Views: 59741
Love Android getDimensions ignores screen buttons (home, back, alt-tab)
Hello,
Using the Android port, I use the code below to get screen size of the device for scalling:
local onload_width, onload_height = love.graphics.getDimensions()
but the width returned (game in landscape) doesn't consider android screen buttons (back,home,app switching) when they exist.
Using the Android port, I use the code below to get screen size of the device for scalling:
local onload_width, onload_height = love.graphics.getDimensions()
but the width returned (game in landscape) doesn't consider android screen buttons (back,home,app switching) when they exist.
- Fri Feb 09, 2018 9:54 pm
- Forum: Ports
- Topic: Love appImage template (for Linux)
- Replies: 15
- Views: 51441
Love appImage template (for Linux)
Hello,
Is there any Love appImage Template like the love-snap-template ?
I having a lot of trouble building an appImage (I am on Ubuntu 16.04)
Is there any Love appImage Template like the love-snap-template ?
I having a lot of trouble building an appImage (I am on Ubuntu 16.04)