Search found 15 matches

by nameless tee
Thu Aug 22, 2019 2:08 pm
Forum: Support and Development
Topic: Using Wiimote's accelerometter as input
Replies: 1
Views: 2454

Re: Using Wiimote's accelerometter as input

If you want to use the WiiMote you're going to need an external library for that. You could use wiiuse ( https://github.com/wiiuse/wiiuse ) like this forum member ( https://love2d.org/forums/viewtopic.php?f=3&t=77503&p=164826&hilit=wiimote#p164826 ) did. What they were doing is building ...
by nameless tee
Thu Aug 08, 2019 7:31 pm
Forum: Games and Creations
Topic: onepath (Yet another GMTK2019 submission)
Replies: 0
Views: 4909

onepath (Yet another GMTK2019 submission)

Here is yet another GMTK2019 thing made by a fairly inexperienced team of two. It's a puzzle game about reaching multiple points using just one path. The player controls the white circle using the arrow keys. When the player presses space, a clone is created at the current position. The clone will r...
by nameless tee
Thu Aug 08, 2019 6:38 pm
Forum: Games and Creations
Topic: Brick Slayer [GMTK 2019]
Replies: 6
Views: 7521

Re: Brick Slayer [GMTK 2019]

I really like this one. The sounds, screen shake and slime make it feel very satisfying. After a few attempts I started focussing more on aiming and doing the dodging and walking more in the corner of my eye. Minor nitpicks: When circled the enemies going straight after the player sometimes bunch up...
by nameless tee
Fri May 10, 2019 8:24 am
Forum: Support and Development
Topic: Canvas and shader coordinate weirdness
Replies: 2
Views: 2832

Re: Canvas and shader coordinate weirdness

New information on the subject: I just did some digging in the source (which is probably the tidiest and most readable open-source project I've seen yet) and found that when rendering to a canvas, Löve does stop flipping the Y-axis but starts reversing the vertex winding instead. When using a shader...
by nameless tee
Thu May 09, 2019 5:15 pm
Forum: Support and Development
Topic: Canvas and shader coordinate weirdness
Replies: 2
Views: 2832

Canvas and shader coordinate weirdness

Hello everyone, I was trying to (ab-)use Löve2D for 3D lately and ran into a weird inconsistency between rendering to a canvas and to the window. Now I'm unsure whether it's a bug or a feature. When drawing to the window the normal way, the Y-axis get's flipped. This makes sense since Love2D is usin...