davidcaron / pye57

Read and write e57 point clouds from Python
MIT License
68 stars 42 forks source link

Update to track current version of libE57Format #19

Closed pfmephisto closed 2 years ago

pfmephisto commented 2 years ago

Hi @davidcaron,

I had some issues getting pye57 working in python 3.8 that had to do with issues in the underling libE57Format and how that was compiling. So I ended up updating the submodule to the current version and changing the wrapper to reflect the changes that have since been made in libE57Format.

Honestly I'm not 100% sure I didn't mess something up, but thought you might be interested in the changes.

davidcaron commented 2 years ago

Thanks! I added back the version informations that were commented out.