#lib:DrawingHelper v0.5.1

1 messages · Page 1 of 1 (latest)

tawdry galleon
#

This library came about as I found selecting and manipulating existing MapTool drawings/templates difficult.

With this lib you can get drawings at a mouse clicked point on the map or within a mouse click+drag defined area and then manipulate them (using some of MapTool's existing drawing functions behind the scenes).

You can also define you own color or asset palettes (the latter via a MT table), and have different palettes for the pen and the fill.

Run the "Read Me!" macro for more info.

Also note that it links overlay co-ordinates to map co-ordinates, which isn't really supported by MapTool, but it works as of 1.16.2.

tranquil sluice
#

Sounds interesting. This might be a reasonable stop-gap until drawings becomes objects, like Tokens and such. Thanks for sharing!

tawdry galleon
#

v0.5.1

  1. Fix some syntax errors causing stricter "org.antlr.v4.runtime.misc.ParseCancellationException" errors in current nightly build (20250510)
  2. Swap pen and fill well and palettes left<-> right to match MapTool drawing color picker wells