A vector graphics renderer using wgpu with a Rust & C API.
A Rust example can be found in examples/quickstart.rs (using winit).
A C example can be found in c_examples/quickstart.c (using glfw). Build the C examples by running make <example>
in the c_examples folder.
sh
$ make # Build the dynamic library and generate the C header
% make install # Install the header and library system-wide
Note that $ indicates a regular user shell, while % denotes a root shell.