Fork of Pixie for nimskull and with extra features
Go to file
treeform a0de90085e
Merge pull request #3 from guzba/master
flip loop and case order
2020-11-20 20:07:23 -08: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 flip loop and case order 2020-11-20 22:01:32 -06:00
tests png 2020-11-20 20:21:27 -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 Do a little image work. 2020-11-20 09:13:53 -08:00

Full-featured 2d graphics library for Nim.

Written in pure nim. Basis for the fidget UI library.

Features:

  • images
  • paths
  • masks

Supported File formats reading and writing:

  • BMP (RGBA Only)