Ply aims to be a simple polygon mesh editor. In its current form, it is a skeleton of a simple OBJ file viewer through a CL-GLUT interface. The author hopes to add more quickly. Ply is BSD licensed.
To get started quickly, first make sure you have CL-OPENGL from common-lisp.net darcs installed and have the CL-GLUT-EXAMPLES working. Next have a triangle-based OBJ available for testing such as the Stanford Bunny or some of these models from MIT. Finally, run (ply:start "/path/to/some/model.obj")
This project has not released any files.
You can check-out the codebase via git from http://common-lisp.net/project/ply/src/ply/.git