Fork of Pixie for nimskull and with extra features
Go to file
Ryan Oldenburg ae2cc68b77 cleaner
2020-11-21 20:21:07 -06:00
.github/workflows Initial commit 2020-11-19 18:41:32 -08:00
examples Initial commit 2020-11-19 18:41:32 -08:00
src cleaner 2020-11-21 20:21:07 -06:00
tests for now 2020-11-21 20:04:24 -06:00
.gitignore Initial commit 2020-11-19 18:41:32 -08:00
LICENSE First commit 2020-11-19 18:45:26 -08:00
pixie.nimble f 2020-11-20 20:42:05 -06:00
README.md readme 2020-11-20 23:09:52 -06:00

Pixie - A full-featured 2D graphics library for Nim

⚠️ WARNING: This library is still in heavy development. ⚠️

Pixie is a 2D graphics library similar to Cairo and Skia written entirely in Nim.

Features include:

  • Drawing paths, shapes and curves
  • Complex masking
  • Shadows, glows and effects
  • Loading image file formats (PNG, BMP, + more in development)

This library is being actively developed and is not yet ready for use. Since you've managed to stumble onto it, give it a star and check back soon!

Testing

nimble test