Developer tutorials for GIMIAS 1 6
From user's Wiki!
Prerequisites
- StartNewModule-0.1.6 ([Windows] | [Linux]): Development tool that allows to create initial folder structure to store your source files
- Last version of GIMIAS-1.6 compiled on you computer.
Getting started
- HowToCreateYourProject 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
- HowToDevelopACommandLinePlugin: This page provides you some tips on how to extend Gimias framework with 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: 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 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