Search found 23 matches
- Tue Nov 12, 2024 10:13 pm
- Forum: Support and Development
- Topic: Help with exporting to an APK on a phone
- Replies: 1
- Views: 1049
Help with exporting to an APK on a phone
So for context, I do not have a computer but I managed to learn and make games on love2d on my phone and everything is going well with this and I am even down to making my first "real" game. However I got some problems wanting to turn those games to apk files that way I can share them to m...
- Sun Nov 03, 2024 6:26 pm
- Forum: Support and Development
- Topic: Error message appear when attempting to load STI map
- Replies: 0
- Views: 1646
Error message appear when attempting to load STI map
Kinda hard to explain a problem when you don't know what caused it but I will do my best. I was experimenting a bit using tiled and everything was working just fine until I added a new layer which has broken everything. So in an attempt to trouble shooting it I removed the new layer but after that i...
- Sat Aug 24, 2024 4:35 pm
- Forum: Support and Development
- Topic: Fullscreen on mobile causing issues with love.graphics.getWidth()
- Replies: 7
- Views: 6259
Re: Fullscreen on mobile causing issues with love.graphics.getWidth()
Yea thats dpi scale for you. Thinking out loud here: If getWidth shows the window size then the side bar phasing out should trigger a resize. So having function love.resize(w, h) Width=w end Should work. Yeah I think we got the same idea at the same time. I was about to do something similar by call...
- Sat Aug 24, 2024 4:11 pm
- Forum: Support and Development
- Topic: Fullscreen on mobile causing issues with love.graphics.getWidth()
- Replies: 7
- Views: 6259
Re: Fullscreen on mobile causing issues with love.graphics.getWidth()
Yea i knew that, i meant getWidth, i was in the wrong namespace in my head, ups. There is a bunch of window and screen size functions under the love.window namespace and did not knew they where double in love.graphics. Anyway, try https://love2d.org/wiki/love.window.getDesktopDimensions for example...
- Sat Aug 24, 2024 2:33 pm
- Forum: Support and Development
- Topic: Fullscreen on mobile causing issues with love.graphics.getWidth()
- Replies: 7
- Views: 6259
Re: Fullscreen on mobile causing issues with lg.getWidth()
lg is a short form of love.graphics because I didn't want to make the title too long but I can change it if I have toBrotSagtMist wrote: ↑Sat Aug 24, 2024 2:31 pm There is no such thing as lg.getWidth()
You need to name the actual function you are using when getting the size if you want to have this debugged.
- Sat Aug 24, 2024 9:34 am
- Forum: Support and Development
- Topic: Fullscreen on mobile causing issues with love.graphics.getWidth()
- Replies: 7
- Views: 6259
Fullscreen on mobile causing issues with love.graphics.getWidth()
I got this issue when using Fullscreen on mobile. https://youtu.be/6cadtSdExQw?si=VqwoIVUikqihnlbE As you can see in the video in some cases the items that are supposed to be on the edge of the screen as displayed properly but sometimes they are pushed this probably because when the game is loaded t...
- Wed Aug 14, 2024 10:38 am
- Forum: Games and Creations
- Topic: The founders of [redacted] - a free point & click adventure
- Replies: 7
- Views: 14752
Re: The founders of [redacted] - a free point & click adventure
The project seems cool, but please can you please provide an .apk for the game's download I have tried to play it on browser but it started lagging a lot. And I really want to play it on my phone
- Sun Aug 11, 2024 3:01 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30225
Re: 3D Physics Engine
Here is the touch control compatible version then D-pad to move A down B up X summon a phisics object Y grab And I couldn't add the rest of the buttons because I ran out of them I could use the new version of my buttons library that allows you to add as much buttons as you want but I didn't want to ...
- Fri Aug 09, 2024 9:38 pm
- Forum: General
- Topic: I think I am going to make my own ui library before learning slab
- Replies: 5
- Views: 8150
Re: I think I am going to make my own ui library before learning slab
With that said, if you're just messing around and want to learn? Go for it. I am just messing around I am not roading for a finished game and for the moment it is just good for hud on touche screen wich was the initial goal, as talking about priorities my priorities now are just to learn stuff and ...
- Fri Aug 02, 2024 8:12 am
- Forum: General
- Topic: I think I am going to make my own ui library before learning slab
- Replies: 5
- Views: 8150
I think I am going to make my own ui library before learning slab
Hello I started learning love recently and I am having a lot of fun doing that, and because I am doing everything on my phone because I am a mad man and poor... I am a poor mad man, I needed a way to easily give input to the program with just a touch screen for the beginning I used a library called ...