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
- Host: GitHub
- URL: https://github.com/sunli829/nvg
- Owner: sunli829
- Created: 2019-10-30T09:04:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T01:47:21.000Z (over 5 years ago)
- Last Synced: 2025-04-15T11:54:33.465Z (about 1 year ago)
- Topics: graphics-engine, rust, vector-graphics
- Language: Rust
- Homepage:
- Size: 977 KB
- Stars: 42
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```
