https://github.com/casey/glium-screenshot
Synchronous screenshot with glium
https://github.com/casey/glium-screenshot
Last synced: 5 months ago
JSON representation
Synchronous screenshot with glium
- Host: GitHub
- URL: https://github.com/casey/glium-screenshot
- Owner: casey
- Created: 2016-11-24T08:58:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T21:55:54.000Z (over 9 years ago)
- Last Synced: 2025-05-08T00:54:08.079Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
glium-screenshot
================
An example of slow, synchronous screenshot capture.
Will print the average and max frame time in ms in the last 60 frames.
Pressing `S` will cause a screenshot to be captured. (Although not written to disk.)
Screenshot capture is synchronous, so you should notice a larger than average maximum frame time.