#bindings #graphics #api-bindings #olivec

sys olivec-sys

C bindings for olive.c, generated with bindgen

2 releases

0.1.1 Dec 4, 2022
0.1.0 Dec 3, 2022

#1537 in #graphics

MIT license

105KB
698 lines

Rust Bindings to olive.c

Crates.io GitHub

IMPORTANT! THIS LIBRARY IS A WORK IN PROGRESS! ANYTHING CAN CHANGE AT ANY MOMENT WITHOUT ANY NOTICE! USE THIS LIBRARY AT YOUR OWN RISK!

These are bindgen-generated rust bindings for olive.c.

Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel.

Visit https://tsoding.github.io/olive.c/ to see some demos.

The library is not concerned with displaying the image. It only fills up the memory with pixels. It's up to you what to do with those pixels.

The name is pronounced as "olivets'" which is a Ukrainian word for "pencil" ("олівець").

Dependencies

~0–2MB
~37K SLoC