Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvzen/lyon-mre
Minimum Reproducible Example showing that I'm incapable of drawing circles using a GPU :D
https://github.com/vvzen/lyon-mre
2d drawing lyon mre wgpu winit
Last synced: 25 days ago
JSON representation
Minimum Reproducible Example showing that I'm incapable of drawing circles using a GPU :D
- Host: GitHub
- URL: https://github.com/vvzen/lyon-mre
- Owner: vvzen
- License: mit
- Created: 2023-08-11T14:03:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T11:27:41.000Z (about 1 year ago)
- Last Synced: 2023-08-12T12:30:15.973Z (about 1 year ago)
- Topics: 2d, drawing, lyon, mre, wgpu, winit
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lyon-mre
To run the example, just run:
```bash
cargo run --release
```This is what I see:
![lyon_circle_MRE.png](lyon_circle_MRE.png)