Commit Graph

7 Commits

Author SHA1 Message Date
Sasha Koshka
5edfbf8110 Added a list example 2023-01-24 16:41:12 -05:00
775e7bd4ca It is now possible to draw a filled ellipse 2023-01-20 20:52:06 -05:00
a87d806e54 THICC LINES 2023-01-20 19:52:35 -05:00
4d609f6fa1 Line no longer segfaults 2023-01-14 14:05:27 -05:00
b52696025a Implemented StrokeRectangle 2023-01-14 13:40:05 -05:00
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
00d75d4488 Initial commit 2023-01-09 01:03:19 -05:00