1
0
mirror of https://github.com/specht/champ.git synced 2024-06-19 07:29:29 +00:00

documentation

This commit is contained in:
Michael Specht 2018-02-14 23:36:04 +01:00
parent 4c6e1e4edd
commit 5703432526

View File

@ -44,6 +44,10 @@ $ ./champ.rb --max-frames 100 plot3d.yaml
This will run the emulator and write the HTML report to `report.html`. If you do not specify the maximum number of frames, you can still cancel the emulator by pressing Ctrl+C at any time. If you need fast results and don't need the animated GIF of all frames, specify the `--no-animation` flag, which will still give you all the information but without the animation.
## Example report
![Champ Screenshot](doc/screenshot.png?raw=true "Fig. 1 Champ Screenshot")
## Did you know?
By the way, there's a full-fledged, standalone, no-dependencies GIF encoder in `pgif.c` that writes animated GIFs and uses some optimizations to further minimize space.