mbrlabs / Lorien

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

Constant Pressure #279

Open Braayy opened 2 weeks ago

Braayy commented 2 weeks 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.