Vivid is a simple 2D rendering library written in Elixir.
Find a file
2016-12-22 14:04:29 +13:00
config FIRST POST 2016-12-21 13:34:16 +13:00
lib Fix bugs in circle and line rasterizing. 2016-12-22 14:04:29 +13:00
test Look Ma! I made a circle! 2016-12-22 12:55:29 +13:00
.gitignore FIRST POST 2016-12-21 13:34:16 +13:00
LICENSE Add package information and license. 2016-12-21 13:38:08 +13:00
mix.exs Add package information and license. 2016-12-21 13:38:08 +13:00
README.md This project is not available in hex yet. 2016-12-21 13:34:29 +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.

I've never done any graphics programming before, so I'm working my way through the 2D portions of this tutorial and implementing them in Elixir as I go.

Expect this library to take a while to stabilise.