Skip to content

mkgilbert/ezview

Repository files navigation

cs430 Project 5 - image viewer with OpenGL

This program can view ppm version 3 or 6 files and allow the user to manipulate the image using the keyboard

IMPORTANT: This Project will only compile on Mac OS!

Compiling

You can compile this program on Mac only with Make:

make

You can rebuild with make clean followed by make again.

Usage:

ezview <filename.ppm>

Controls:

  • Translate XY: w, a, s, d
  • Translate Z: up, down, left, right
  • Scale: -, =
  • Shear X: c, v
  • Shear Y: z, x
  • Rotate: r, e
  • Reset: ENTER
  • Quit: ESC

About

opengl image viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published