vivid/README.md

21 lines
485 B
Markdown
Raw Normal View History

2016-12-21 13:34:16 +13:00
# Vivid
Vivid is a simple 2D rendering library.
I plan to use it to render polygons for display on a
[monochrome 128x64 OLED display from Adafruit](https://www.adafruit.com/products/938).
2016-12-22 15:30:32 +13:00
## Features.
2016-12-21 13:34:16 +13:00
2016-12-22 15:30:32 +13:00
* Supports the following 2D drawing primitives:
* Point
* Line
* Path
* Polygon
* Circle
* Arc
* Supports rasterizing primitives and placing them on a frame buffer.
## Status
This library is still experimental, but what few features it has work well.