https://github.com/zotho/gallery_macroquad
Quick image gallery
https://github.com/zotho/gallery_macroquad
Last synced: 12 days ago
JSON representation
Quick image gallery
- Host: GitHub
- URL: https://github.com/zotho/gallery_macroquad
- Owner: zotho
- Created: 2022-11-09T13:41:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T19:16:23.000Z (over 3 years ago)
- Last Synced: 2025-12-27T01:38:13.173Z (5 months ago)
- Language: Rust
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick image gallery
Usage:
```bash
cargo run --release -- /path/to/image
```
Benchmarking:
```bash
BENCH_STEPS=50 cargo run --release --features bench -- /path/to/image
```