/render-viewer

Small Rust application that can render png image and then show it in desktop application

Primary LanguageRustMIT LicenseMIT

render-viewer

license

Simple rust program to create png image and then show it on screen.

Well now png rendering is declared via json and supports adding images (png with alpha), rendering text (limited length and fixed font size) and geometric primitives like lines and polygons.

And for some reason FLTK shows image poorly on my Win10 machine...

requirements

Rust and CMake.

to run

First render image

cargo run

Then start viewer part:

cargo run viewer