Search found 235 matches

by glitchapp
Wed Mar 13, 2024 1:13 pm
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

I've recently released a new version of the touch controls which introduces remote network capabilities. gamepad.gif The extra circles on top of the gamepad represents the thumbstick of the remote instance (and reacts to the receiving movement from that instance) To test it all that is needed is to ...
by glitchapp
Fri Mar 01, 2024 6:30 am
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

I think I solved that problem, feel free to test it and let me know if it is right now.

I still need to adjust other parameters but I think it starts to feel right and react like a real thumbstick does.
by glitchapp
Fri Mar 01, 2024 6:10 am
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

Coming along nicely, @glitchapp! Only thing I notice is that as move virtual joystick from one extreme to the other (e.g. from far left of center to far right of center) the joystick moves as if it were moving through a gearshift box (i.e. as I drag the joystick it seems to "jump" from fa...
by glitchapp
Thu Feb 29, 2024 5:54 am
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

I've recently started a function to provide network functionality to the touch library. The main function in charge of that feature is here: https://codeberg.org/glitchapp/virtual-gamepad/src/branch/main/src/Network/receiveThumbstickAxes.lua Basically the data should be transmitted over UDP to anoth...
by glitchapp
Mon Feb 19, 2024 11:03 am
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

I added a third layout which is a virtual keyboard. The first game to implement this layout is Gravitonik which you can now play on your mobile:
keyboardTouch.gif
keyboardTouch.gif (401.19 KiB) Viewed 1294 times
https://codeberg.org/glitchapp/gravitonik

https://codeberg.org/glitchapp/virtual-gamepad
by glitchapp
Sat Feb 17, 2024 10:56 am
Forum: General
Topic: there should be a love2d marketplace
Replies: 5
Views: 2755

Re: there should be a love2d marketplace

I've recently forked and repurposed an e-commerce site for this purpose, it is in a very preliminary state, here is the link: https://codeberg.org/glitchapp/Game-grid Beware that there are mistakes on the testing site regarding the developer of the games listed, platforms and other fields may be wro...
by glitchapp
Fri Feb 16, 2024 9:26 am
Forum: General
Topic: Code Doodles!
Replies: 196
Views: 261940

Re: Code Doodles!

I added touch controls and set the maze to horizontal layout to fit on mobiles just in case anyone want to play with it on mobiles.
by glitchapp
Thu Feb 15, 2024 2:11 pm
Forum: General
Topic: Code Doodles!
Replies: 196
Views: 261940

Re: Code Doodles!

I was toying around with mazes the other day and found the recursive backtracker to be pretty easy to implement and generally nice to look at. It guarantees a maze where every spot is filled in and all spots are on a single network. f1 to generates a new maze. RecursiveBacktracker.png function love...
by glitchapp
Wed Feb 14, 2024 5:12 pm
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

SugarRayLua wrote: Wed Feb 14, 2024 2:36 pm Found the post-- sounds great!

Happy to take a look at some of those games and see if can get some working on mobile 😊👍, thanks!
Thanks SugarRayLua, that's great. I will try to implement any solution based on the feedback received. Hopefully the list will improve over time.
by glitchapp
Sat Feb 10, 2024 7:51 am
Forum: Games and Creations
Topic: Virtual gamepad
Replies: 18
Views: 3518

Re: Virtual gamepad

Hi, I started a project to port some games I selected for mobile devices. Details and the list can be found here: https://cryptpad.fr/pad/#/2/pad/view/b2606lKUMSr01pzHXXTsIJHUZY6PBYHKCE8fPDbojas/p/ (password: "love2dtouch") Porting and making game "mobile friendly" is more challe...