partio
partio copied to clipboard
C++ (with python bindings) library for easily reading/writing/manipulating common animation particle formats such as PDB, BGEO, PTC. https://wdas.github.io/partio
Hi, I get a strange compile error building partio on centos 6.2. I'm actually building the redpawfx fork, but at a glance, it looks like the issue is not in...
readName needs to be in anonymous namespace in PDC.cpp
Does Partio currently support windows? Has anyone made a fork or any patches to get partio to compile for Windows? Thanks! Tony
Partio::readHeaders crash when reading realflow BIN files under windows7 Does anybody encounter this bug ?
just a little tip. if you add the .md extension to your restructuredText README file, github will nicely render it on the partio homepage: https://github.com/github/markup
Hello, I know there is a closed issue related to reading 64bits pdb file and that a fix has been provided, here is the log for the fix : "Now...
Any plan to give support for reading & writing 3Delight Point Cloud file? Official site of 3Delight http://www.3delight.com/en/
I have some tools I have written against the PRMan point cloud api which I would love to adapt to using this library. However, a couple of the operations we...
Is there any interest in having AIR point cloud support as well? I'm not sure about what the .apc format is actually like, but it will also accept RIBs specifying...
Hi! I found an error when I build my project on Ubuntu22.4 with gcc/g++ 1.1, cmake3.28.1 And the error maybe from the partio libarary. If someone can give me some...