Popularity
3.7
Growing
Activity
0.0
Stable
2
4
1

Monthly Downloads: 34
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics    
Latest version: v0.5.0

ply-loader alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view ply-loader alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ply-loader or a related project?

Add another 'Graphics' Package

README

PLY is a lightweight file format for representing 3D geometry. The library includes support for placing mesh data into a consistent coordinate frame using Stanford's .conf file format. See The Stanford 3D Scanning Repository for more information.

This package includes a library for loading geometry data from PLY files, and an executable, ply2bin, for dumping geometry data to a flat binary file of triples of single precision floats.