Page 1 of 1
How to write your own io plugin?
Posted: Fri Apr 02, 2021 9:53 am
by xiaolu
I want to write my own io plugin, but I can't find a suitable tutorial. Could anyone share some tutorials? Thank you~
Re: How to write your own io plugin?
Posted: Sat Apr 03, 2021 4:29 pm
by daniel
Well, you have the dummy IO plugin provided in the sources:
https://github.com/CloudCompare/CloudCo ... leIOPlugin
But the best way to understand how it works, is to look at another existing IO plugin ;)
Re: How to write your own io plugin?
Posted: Thu Nov 04, 2021 2:55 am
by xiaolu
I want to read the content in the db tree in the io plugin,
For example, I added a geojson file and loaded it on the corresponding cloud,
but I did not find a way to read the dbtree when the file was loaded.
I try to write in the code
Nor can
Can you help me..
Re: How to write your own io plugin?
Posted: Sun Nov 28, 2021 9:40 pm
by daniel
Ah sorry, it seems I missed your reply.
Sadly the current architecture doesn't allow for that...