# ptex-sys
[ptex-sys](https://crates.io/crates/ptex-sys) is a cxx-based low-level
sys binding to the C++ [Ptex](https://github.com/wdas/ptex) API.
`ptex-sys` provides a low-level API that is used as the foundation for the
high-level [ptex](https://crates.io/crates/ptex) crate.
## Links
- [source repository](https://github.com/vfx-rs/ptex-bind)
- [ptex-sys on crates.io](https://crates.io/crates/ptex-sys/latest)
- [ptex-sys documentation](https://docs.rs/crate/ptex-sys/latest)
- [ptex C++ documentation](https://ptex.us/documentation.html)