Fork of Pixie for nimskull and with extra features
Find a file
2020-11-22 19:52:52 -08:00
.github/workflows
examples
src Make some procs not be in place but return a copy. 2020-11-22 19:52:52 -08:00
tests Fix tests. 2020-11-22 19:29:29 -08:00
.gitignore
LICENSE
pixie.nimble 0.0.2 2020-11-21 20:25:54 -08: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