Difference between revisions of "Developer tutorials for GIMIAS 1 3"
From user's Wiki!
Yakumoklesk (Talk | contribs) (→Advanced tutorials) |
|||
Line 8: | Line 8: | ||
* [[HowToCreateYourProject]] this page provides you some tips on how to create the folder's structure that allow you to develop your own plugin, library, thirdParty and commandLinePlugin separately from the Gimias source. | * [[HowToCreateYourProject]] this page provides you some tips on how to create the folder's structure that allow you to develop your own plugin, library, thirdParty and commandLinePlugin separately from the Gimias source. | ||
* [[HowToCreateYourPlugin]]: How to create a GIMIAS Plugin | * [[HowToCreateYourPlugin]]: How to create a GIMIAS Plugin | ||
− | * [[ | + | * [[HowToCreateYourCommandLinePlugin]]: This page provides you some tips on how to extend Gimias framework with a CommandLinePlugin |
* [[HowToAddSimpleDll]]: This page provides you some tips on how to extend Gimias framework with simple dlls | * [[HowToAddSimpleDll]]: This page provides you some tips on how to extend Gimias framework with simple dlls | ||
Revision as of 03:01, 10 March 2011
Prerequisites
- StartNewModule-0.1.5 ([Windows] | [Linux]): Development tool that allows to create initial folder structure to store your source files
- Last version of GIMIAS-1.3 compiled in you computer.
Getting started
- HowToCreateYourProject this page provides you some tips on how to create the folder's structure that allow you to develop your own plugin, library, thirdParty and commandLinePlugin separately from the Gimias source.
- HowToCreateYourPlugin: How to create a GIMIAS Plugin
- HowToCreateYourCommandLinePlugin: This page provides you some tips on how to extend Gimias framework with a CommandLinePlugin
- HowToAddSimpleDll: This page provides you some tips on how to extend Gimias framework with simple dlls
Advanced tutorials
- HowToAddSimpleDll: This page provides you some tips on how to extend Gimias framework with simple dlls
- HowToAddCommandLinePlugin: This page provides you some tips on how to extend Gimias framework with a CommandLinePlugin
- HowToDebugWithCommandLinePlugin: This page provides you some short tips on how to debug a CommandLinePlugin
- HowToIntegrateNewReaderWriter: This page provides you some tips on how to add new readers/writers to Gimias framework
- Input and Output handling in GIMIAS Processors : How to configure input/output ports of a Processor
- HowToCommunicateBtwProcessorAndPanelWidget: This page provides some tips and standards on how to handle the info between a GIMIAS Processor and its corresponding PanelWidget.
- HowToIntegrateNewDataEntityType : This page provides some tips and standards on how to integrate a new type of dataEntity
- HowToCreateNewWorkingArea : This page provides some tips on how to create non standard working areas and set it as default Working Area in your plugin
- HowToChangeDataEntitiesAppearance : This page provides some tips on changing the way the data entities are shown, as their opacity, color, representation...
- StartNewModule : HowToCreateYourProject this page provides you some tips on how to create the folder's structure that allow you to develop your own plugin, library, thirdParty and commandLinePlugin separately from the Gimias source.
- StartNewModule : HowToCreateYourLibrary within your project how to create a library
- StartNewModule : HowToCreateYourPlugin within your project how to create a Plugin
- StartNewModule : HowToCreateYourThirdParty within your project how to create a thirdParty
- StartNewModule : HowToCreateYourCommandLinePlugin