vivid/README.md
2016-12-22 15:30:32 +13:00

485 B

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.

Features.

  • 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.