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.
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 eventInputEventMouseMotion
on Godot 3.4.4, but there is on Godot 4.5.x.