Tinyply Versions Save

:earth_africa: C++11 ply 3d mesh format importer & exporter

2.3.4

2 years ago

2.3.2

4 years ago

version 2.3 contains minor bugfixes and performance improvements. A feature of the example application includes the ability to pre-load files into memory for improved runtime parsing performance on many files. We also introduce conformance and regression tests using the Doctest library.

2.2

5 years ago

version 2.2 is a rewrite of the inner read/write loop. Compared to version 2.0, this version reads and writes binary about five times faster. When a list size hint is given for reading, the performance is approximately comparable to rply.

2.1

5 years ago

now with various performance improvements