Skip to content

diegodox/ply_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ply_rs

Pure Rust PLY (Polygon File Format) file reader, writer (also create file in code, see exmaples).

Ascii/Binary (both big-endian and little-endian) format supported.

Installation

Add dependency to your Cargo.toml

[dependencies]
ply = { git="https://github.com/diegodox/ply_rs.git", tag = "v0.1.2" }