Embedded-graphics is a 2D graphics library that is focused on memory constrained embedded devices. A core goal of embedded-graphics is to draw graphics without using any buffers; the crate is no_std ...
FBGraphics (FBG) is a simple C 24, 32 bpp (internal format) graphics library with parallelism and custom rendering backend support (graphics API agnostic). The library is only two .c files on most use ...