README 325 B

12345678910111213141516
  1. Small example to show how to use render_to_png inside a glut application.
  2. Compile with:
  3. make
  4. Run with:
  5. ./example
  6. Then hit [space] to take a screen shot. Hit 's' to change the shape.
  7. Produces files in the working directory named:
  8. render_to_png-example-example-0000.png,
  9. render_to_png-example-example-0001.png,
  10. and so on