Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 328 Bytes

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