Hi all,<div><br></div><div>I'm trying to develop a plugin in Paraview and I have some questions.</div><div>I found a wiki page "PlugIn How To" speaking a little about plugin implementation but it's still confuse to me.</div>
<div><br></div><div>Is there a page explaining all the XML syntax of the ServerManager and ClientManager files ? For instance I tried to compile and use the plugin "MyView" as shown on the wiki page, but I've got an error message when loading it in Paraview "Failed to create a proxy for the requested view type...". As I don't know the XML syntax it's hard to find where the mistake could be.</div>
<div><br></div><div>I have an other question. My goal is to develop a plugin which would make paraview reactive to OSC messages (or VRPN messages, I've seen there is a VR plugin but it's another problem ^^) but I don't know if it's possible ? Actually I don't understand where is the entry point for paraview in the C++ source code of a plugin, and how I can get back Paraview objects instances (as the render windows to get the camera and control it with OSC messages etc). To sum up, I think the final goal is to replace WindowInteractor by an Interactor reacting to OSC events instead of keyboard/mouse events.</div>
<div><br></div><div>I hope my message is understandable ^^</div><div><br></div><div>Thank you for reading :)</div><div><br></div><div>Jean-Noël Chiganne</div>