Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser



Quick Information

Canvas for drawing in Godot Engine with mouse, trackpad, touch and pen. Also includes optional demo (scratch_drawer) of how to use it.* The Canvas is an extension of TextureButton and uses Line2D for drawing.* The drawing line can be edited and some examples are given. * The canvas can capture the screen and use that as the texture of the Canvas. Then the lines are hidden, to decrease drawing cost.
Scratch Canvas
Canvas for drawing in Godot Engine with mouse, trackpad, touch and pen.
~94 lines of code | ~6.2 kB
Usage
- Instance it in your scene
- The Canvas is an extension of TextureButton and uses Line2D for drawing.
- The drawing line can be edited.
- The optimized canvas captures the screen and uses that as the texture of the Canvas. Then the lines are hidden, to decrease drawing cost.
License
Aim
Have an adjustable canvas scene that you can just instance and use.
Canvas for drawing in Godot Engine with mouse, trackpad, touch and pen. Also includes optional demo (scratch_drawer) of how to use it.
* The Canvas is an extension of TextureButton and uses Line2D for drawing.
* The drawing line can be edited and some examples are given.
* The canvas can capture the screen and use that as the texture of the Canvas. Then the lines are hidden, to decrease drawing cost.
Reviews
Quick Information

Canvas for drawing in Godot Engine with mouse, trackpad, touch and pen. Also includes optional demo (scratch_drawer) of how to use it.* The Canvas is an extension of TextureButton and uses Line2D for drawing.* The drawing line can be edited and some examples are given. * The canvas can capture the screen and use that as the texture of the Canvas. Then the lines are hidden, to decrease drawing cost.