[Paraview] 3.2 Plugin loading
Mike Jackson
imikejackson at gmail.com
Thu Dec 6 13:41:24 EST 2007
What platforms are you developing your code on? I was thinking for OS
X we could use the ~/Application Support/ParaView3/PlugIns directory,
otherwise the plugin directory will be either dangling alongside the
ParaView.app or buried in the .app package structure.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Dec 5, 2007, at 3:47 PM, Sean Ziegeler wrote:
> I would assume that you can put any plugin in there. I am using it
> for readers and filters, but I don't see why you couldn't do custom
> GUI's assuming that you use the Qt GUI process outlined in the
> wiki. Essentially, my modification is no different than:
> (1) using the Plugin Manager to load plugins
> (2) setting PV_PLUGIN_PATH to a directory and placing plugins there.
>
> It requires that you set CMAKE_INSTALL_PREFIX when you run cmake
> and then do a make install. Any .so plugin file you place in
> CMAKE_INSTALL_PREFIX/plugins will be loaded as if it were in
> PV_PLUGIN_PATH. Does that help?
>
> -Sean
>
> Mike Jackson wrote:
>> Sounds Great. What type of plugins can I put in there? Things that
>> add custom GUIS? Custom Readers/Writers? Do you happen to have a
>> sample project to go with the code?
>
More information about the ParaView
mailing list