Releases: ewaldhorn/tinycanvas
Better graphics support
Added LineTo, LineWidth and improved Arc support
I realised I needed some more functionality.
Improved GraphicsContext support
I needed better Graphics2D context support, so...
Make graphics context available
Sometimes you need to do something with the graphics context, so I made that available. I'll add some direct call support later as well.
Added access functions for the image buffer
There's some utility in having access to the underlying image buffer on the canvas. Sure, it's risky to just share with everyone, but what's programming without foot guns?
Version 0.0.4 add dependency on Dommie
Removed the internal DOM code in favour of using the https://github.com/ewaldhorn/dommie library instead. This means I only maintain that code in one place.
Added triangles and Point
Added a Point struct which made is possible to add very basic triangle support.
Breaking change: Rename PutColourPixel to PutPixelColour
This makes it consistent across the board.
Initial Release
This is the initial release of the library which hopefully kind of works. At least, the demo runs!