Create some skeleton for python plugin integration
completed by: Mikhail Ivchenko
mentors: Torsten Rahn, Dennis Nienhüser
In
http://www.google-melange.com/gci/work/download/google/gci2013/4972142307311616?id=5668600916475904
the feasibility of integrating python plugins with Marble has been researched.
This task is about the very first step towards having python plugins integrated with Marble:
- Check http://techbase.kde.org/Projects/Marble/Plugins
- Check the code of existing simple plugins like src/plugins/render/atmosphere
- Check http://techbase.kde.org/Projects/Marble#Online_Services for another more complex example of plugin code
- Implement a basic C++ plugin that is successfully found and loaded into Marble. The plugin should be named PythonIntegrationPlugin
- Check that the plugin is successfully loaded when running
marble --debug-info