Search found 245 matches

by glitchapp
Wed Jun 12, 2024 11:57 am
Forum: General
Topic: Anyone got or knows an onscreen virtual keyboard?
Replies: 5
Views: 269

Re: Anyone got or knows an onscreen virtual keyboard?

I accepted it and restored the resolution because without resizing the keyboard is partially out of the screen, there are two branches now: one with your resolution and one with the original one which keeps all the keyboard visible. I'm ok with your changes, I usually separate the drawing functions ...
by glitchapp
Wed Jun 12, 2024 10:28 am
Forum: General
Topic: Anyone got or knows an onscreen virtual keyboard?
Replies: 5
Views: 269

Re: Anyone got or knows an onscreen virtual keyboard?

As you said you want to use it on a desktop I guess you prefer the big one, I attached it here. There's nothing else apart from the keyboard in this love game. to retrieve the pressed key there is this code in the love.update function: if selectedKey then print("Selected Key:", selectedKey...
by glitchapp
Tue Jun 11, 2024 1:03 pm
Forum: General
Topic: Anyone got or knows an onscreen virtual keyboard?
Replies: 5
Views: 269

Re: Anyone got or knows an onscreen virtual keyboard?

I'm developing for PC (not tablet/mobile) and would like to use a virtual keyboard for the player to enter their name and save game file names etc but a google search fill the results with love.keyboard. Anyone got a lib or know of one that will work without me coding my own? Really just looking fo...
by glitchapp
Sat Jun 08, 2024 1:37 pm
Forum: General
Topic: Code editor made in Love2D?
Replies: 6
Views: 396

Re: Code editor made in Love2D?

Hi, I already have several projects that you may be interested on even if not all the features match your needs: https://love2d.org/forums/viewtopic.php?t=95818 https://codeberg.org/glitchapp/love2d-code-editor https://codeberg.org/glitchapp/love-QWERTY-mobile https://codeberg.org/glitchapp/Lovepad ...
by glitchapp
Wed Jun 05, 2024 5:22 am
Forum: Games and Creations
Topic: Coding environment for mobiles and tablets
Replies: 3
Views: 1188

Re: Coding environment for mobiles and tablets

Just in case anyone is interested on the project I suggest to get the last update which makes the touch keyboard actually usable on a mobile, as it can be seen on the old screenshot the keys were too small and now they are big enough so that they can be used on a small screen.
by glitchapp
Tue Jun 04, 2024 11:40 am
Forum: Games and Creations
Topic: Coding environment for mobiles and tablets
Replies: 3
Views: 1188

Re: Coding environment for mobiles and tablets

Not entirely sure how to add to my project and how to invoke. I want to use on my win64 project (not tablet). Not sure how with the readme provided. Hi togFox, The editor has a menu on top of it that can be used by swiping down anywhere on the screen, there are for options that can be selected: - N...
by glitchapp
Mon Jun 03, 2024 8:10 am
Forum: Games and Creations
Topic: Coding environment for mobiles and tablets
Replies: 3
Views: 1188

Coding environment for mobiles and tablets

A coding environment for mobile devices featuring sliding menus, swipe gestures and my last QWERTY touch keyboard.
Feel free to fork it and contribute from: https://codeberg.org/glitchapp/love2d-code-editor
To load files, save and open a new document swipe down anywhere on the screen.
by glitchapp
Sun Apr 28, 2024 2:17 pm
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 27050

Re: Chessboard

Kestutis wrote: Sun Apr 28, 2024 12:53 pm Yes, visual aspect of my checkers is bad.
I won't say bad, it is sleek and retro and low resolution, but with the chess not anymore, feel free to take anything you like from my fork, it's your game after all!
by glitchapp
Sun Apr 28, 2024 8:43 am
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 27050

Re: Chessboard

@Kestutis I don't know if you are interested in the idea of ​​improving the visual aspect of your game. Maybe right now you prefer to focus on the artificial player. But I just came across these images that I found beautiful. To save you time (in case you're interested), I'm attaching here a very s...
by glitchapp
Wed Apr 24, 2024 10:45 am
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 27050

Re: Chessboard

Roland Chastain wrote: Wed Apr 24, 2024 9:21 am Thanks for the compliment. I added a license file (AGPL-3.0-or-later).

The checker game is not mine. :)
Thank you for the great game and for adding the license!