Commit Graph

67 Commits

Author SHA1 Message Date
Sasha Koshka 723f0cf5ef The artist test can now figure out how fast it took to draw
something.
2023-01-20 20:07:01 -05:00
Sasha Koshka a87d806e54 THICC LINES 2023-01-20 19:52:35 -05:00
Sasha Koshka 268e7981b5 Added some line tests 2023-01-20 19:40:38 -05:00
Sasha Koshka a71e726016 Created simple bordered pattern 2023-01-20 19:24:21 -05:00
Sasha Koshka befec471db Replaced artist.Border with artist.Stroke 2023-01-20 19:07:16 -05:00
Sasha Koshka 8c0956b998 Striped patterns can have alternating weights 2023-01-20 18:57:02 -05:00
Sasha Koshka 740999295e Added striped patterns 2023-01-20 18:39:08 -05:00
Sasha Koshka cfbb031500 Created an artist test thingy 2023-01-20 18:05:48 -05:00
Sasha Koshka 8a72e8bf01 Mouse test now conforms to new API 2023-01-19 15:05:13 -05:00
Sasha Koshka 21a1a35a26 Mouse test conforms to new API 2023-01-16 00:35:05 -05:00
Sasha Koshka e83dde2d21 Replaced the chiseled box with the chiseled pattern 2023-01-14 21:01:00 -05:00
Sasha Koshka 9540812a04 Implemented a multiborder pattern 2023-01-14 20:08:55 -05:00
Sasha Koshka e740f5385c Mouse test does not draw lines if mouse is not held down 2023-01-14 14:00:57 -05:00
Sasha Koshka d75ec12a3c Fixed bug with StrokeRectangle where some areas were blank 2023-01-14 13:59:07 -05:00
Sasha Koshka 89eb88c982 Draw border around mouse test 2023-01-14 13:57:12 -05:00
Sasha Koshka 34bf3038ac Replaced tomo.Image with tomo.Canvas and tomo.Pattern
This is the first step in transitioning the API over to the new
design. The new tomo.Canvas interface gives drawing functions
direct access to data buffers and eliminates overhead associated
with calling functions for every pixel.

The entire artist package will be remade around this.
2023-01-14 01:54:57 -05:00
Sasha Koshka 26c1dc062b Added popups 2023-01-12 12:51:42 -05:00