Search found 12 matches

by elbrunzy
Sun Aug 27, 2023 4:01 am
Forum: Support and Development
Topic: Perspective Wireframe Floor
Replies: 1
Views: 3603

Perspective Wireframe Floor

Hello, I'm trying to code something similar to that "space harrier" effect. Instead of the forward effect, I made a left-right palette animation using a shader. But for the drawing of the perspective matrix I would prefer not to use a shader for some control and preference, even if I know ...
by elbrunzy
Sun Aug 27, 2023 2:04 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1004327

Re: Avatars: OBEY!

Done !
Reporting for duty o7
by elbrunzy
Thu Jun 29, 2023 10:51 pm
Forum: Support and Development
Topic: problem with UP key
Replies: 12
Views: 1569

Re: problem with UP key

Even though my impression of new version is that it target mobile device and I don't intend to adapt my game to those, you made me reconsider the upgrade and do some code change analysis and benchmark when I remember an important reason that hold me back. It seem the opengl implementation requiremen...
by elbrunzy
Wed Jun 28, 2023 10:49 pm
Forum: Support and Development
Topic: problem with UP key
Replies: 12
Views: 1569

Re: problem with UP key

Thank you everyone for your answer. I really appreciate that quick support ! I'm glad it's just my cheap keyboard that is the culprit. I could run some test thanks to Gvovkiv link and it seem result vary quite randomly from keyboard to keyboard. I'm sorry I have asked a non love2d question but not u...
by elbrunzy
Wed Jun 28, 2023 3:56 am
Forum: Support and Development
Topic: problem with UP key
Replies: 12
Views: 1569

problem with UP key

I think maybe the problem is my keyboard, some very standard usb keyboard I would believe. It seem I can trap as many isDown events as I need using the numpad but when it come to navigation key, the UP key is problematic. For instance I can get all 4 directional key from the numpad with even the spa...
by elbrunzy
Wed Nov 14, 2018 9:13 pm
Forum: General
Topic: Socialise with LÖVE!
Replies: 87
Views: 558471

Re: Socialise with LÖVE!

Thanks, I did try again and now it work. Omg there is a crowd in there :oops:
by elbrunzy
Wed Nov 14, 2018 8:43 pm
Forum: General
Topic: Socialise with LÖVE!
Replies: 87
Views: 558471

Re: Socialise with LÖVE!

I did not joined anything else than irc on oftc network. The channel was empty and the server put me operator as such. Maybe it was on a split ?
by elbrunzy
Wed Nov 14, 2018 5:18 pm
Forum: General
Topic: Socialise with LÖVE!
Replies: 87
Views: 558471

Re: Socialise with LÖVE!

Well, I said that because the irc channel #love on irc.oftc.net was empty, is it not? But I have some irc bridge to discord, I'll try those if it's the hip place to be.
by elbrunzy
Tue Nov 13, 2018 9:49 pm
Forum: General
Topic: Socialise with LÖVE!
Replies: 87
Views: 558471

Re: Socialise with LÖVE!

\o/ An IRC channel ! I joined it and ... abandoned ... I should I noticed the date of the post first :o:
by elbrunzy
Thu Nov 08, 2018 1:58 am
Forum: General
Topic: Line problem on amd and supertoast
Replies: 5
Views: 4823

Re: Line problem on amd and supertoast

so I did try to revert to baby inspector or upgrade to mysterious mysteries, same problem. Using smooth only make line double as them tiniest :ultrashocked: and setting width to 1 did not help (must be 1 by default anyway). For some reason adding (or in fact subtracting) .5 at some places did allow ...