JSpz
Java loader for SPZ
Install / Use
/learn @javagl/JSpzREADME
JSpz
Java loader for SPZ
Small portions of the code have been ported from C++ to Java from https://github.com/nianticlabs/spz
Change log
Version 0.0.2
- Added support for SPZ version 3, as introduced in the SPZ library version 2.0.0.
- The
SpzReadersandSpzWritersclasses now offer a method calledcreateDefaultthat allows reading and writing SPZ data with the latest version that is supported by the library. Clients can still use thecreateDefaultV2andcreateDefaultV3methods, but will usually use thecreateDefaultmethod for the latest version.
- The
Version 0.0.1
- Initial release
