Nim (programming language): Difference between revisions

Content deleted Content added
m Fix formatting error
m Add more information about pixie.
Line 286:
 
==== pixie ====
[https://github.com/treeform/pixie pixie] is a feature-rich 2D graphics library, similar to [[Cairo (graphics)|Cairo]] or the [[Skia Graphics Engine|Skia]]. It uses [[Single Instruction, Multiple Data|SIMD]] acceleration to speed-up image manipulation drastically. It supports many image formats, blending, masking, blurring, and can be combined with the [https://github.com/treeform/boxy boxy] library to do hardware accelerated rendering.
 
==== nimterop ====