ply

A simple poly mesh editor that uses CL-OPENGL

Introduction

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")

Stanford Bunny in ply Teapot in ply

Mailing Lists

Download

This project has not released any files.

git

You can check-out the codebase via git from http://common-lisp.net/project/ply/src/ply/.git

Valid XHTML 1.0 Strict