olivec-sys

Crates.ioolivec-sys
lib.rsolivec-sys
version0.1.1
sourcesrc
created_at2022-12-03 20:21:06.762183
updated_at2022-12-04 15:52:01.163378
descriptionC bindings for olive.c, generated with bindgen
homepage
repositoryhttps://github.com/kaiserthe13th/olivec-sys
max_upload_size
id729238
size317,881
Kerem Göksu (kaiserthe13th)

documentation

README

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" ("олівець").

Commit count: 11

cargo fmt