Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 728 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 728 Bytes

Pure-rust implementation of NanoVG

Demos

Simple square

cargo run -p nvg-gl --example demo-square

The tiniest way to use nvg+glutin, can help beginner to start with nvg.

Clock

cargo run -p nvg-gl --example demo-clock

Cutout

cargo run -p nvg-gl --example demo-cutout

Draw

cargo run -p nvg-gl --example demo-draw