wowkster / olivec

A safe Rust wrapper for olive.c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Safe Rust Wrapper for 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!

This library provides a safe Rusty wrapper over the native C functions in olive.c

The wrapper is based on the bindgen bindings from olivec-sys.

What is olive.c?

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

About

A safe Rust wrapper for olive.c

License:MIT License


Languages

Language:Rust 100.0%