Fork of Pixie for nimskull and with extra features
Go to file
2020-11-20 10:00:58 -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 Fix tests. 2020-11-20 10:00:58 -08:00
tests Fix tests. 2020-11-20 10:00:58 -08: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 Fix tests. 2020-11-20 10:00:58 -08: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)