An open API service indexing awesome lists of open source software.

https://github.com/sunli829/nvg

Pure-rust implementation of NanoVG
https://github.com/sunli829/nvg

graphics-engine rust vector-graphics

Last synced: 10 months ago
JSON representation

Pure-rust implementation of NanoVG

Awesome Lists containing this project

README

          

# 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
```