Skip to content

lkiesow/librply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPly

ANSI C Library for PLY file format input and output

ABOUT

Originally written by Diego Nehab. The PLY file format is widely used to store geometric information, such as 3D models, but is general enough to be useful for other purposes.

COMPILATION

For compilation of the library simply call

% make

You can compile some example programs by calling

% make tools

Finally, you can run some tests by calling

% make test