Skip to content

Releases: ewaldhorn/tinycanvas

Better graphics support

24 Jan 07:24
Compare
Choose a tag to compare

Added some more graphics context functions as well as the ability to set the inner text of the canvas.

Added LineTo, LineWidth and improved Arc support

23 Jan 15:19
Compare
Choose a tag to compare

I realised I needed some more functionality.

Improved GraphicsContext support

23 Jan 11:29
Compare
Choose a tag to compare

I needed better Graphics2D context support, so...

Make graphics context available

23 Jan 09:27
Compare
Choose a tag to compare

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

21 Jan 08:30
Compare
Choose a tag to compare

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

18 Jan 10:15
Compare
Choose a tag to compare

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

16 Jan 07:38
8b9703e
Compare
Choose a tag to compare

Added a Point struct which made is possible to add very basic triangle support.

Breaking change: Rename PutColourPixel to PutPixelColour

15 Jan 07:29
Compare
Choose a tag to compare

This makes it consistent across the board.

Initial Release

11 Jan 14:39
Compare
Choose a tag to compare

This is the initial release of the library which hopefully kind of works. At least, the demo runs!