mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.55k stars 241 forks source link

Constant Pressure #279

Closed Braayy closed 3 months ago

Braayy commented 5 months ago

Hi! I've discovered this program while searching for a simple infinite canvas app.

I love the simplicity and absurd speed compared to other solutions i've tested, but only one thing was a little off to me, the lack of constant pressure.

I'm not a fan of pressure sensitivity, so i've added a checkbox that replaces the default pressure curve when toggled for a constant one.

Another thing i found is that the godot version stated at the contribution guide is wrong, there is no property pen_inverted on the event InputEventMouseMotion on Godot 3.4.4, but there is on Godot 4.5.x.

mbrlabs commented 3 months ago

Hello :)

Good idea. The code is looking good too. Thank you!

the godot version stated at the contribution guide is wrong

Yeah, thanks for the hint. I just merged a PR the updates the contribution guide.