Difference between revisions of "Developer tutorials for GIMIAS 1 6"
From user's Wiki!
(Created page with '== Prerequisites == * StartNewModule-0.1.6 (http://sourceforge.net/projects/gimias/files/GIMIAS v1.4.1/Developer/StartNewModule-0.1.6-Setup.exe/download Windows | [[http:/…') |
(→Prerequisites) |
||
Line 1: | Line 1: | ||
== Prerequisites == | == Prerequisites == | ||
− | * StartNewModule-0.1. | + | * StartNewModule-0.1.7 ([[https://github.com/downloads/csnake-org/StartNewModule/StartNewModule-0.1.7-Setup.exe Windows]] | [[https://github.com/csnake-org/StartNewModule/archive/v0.1.7.zip 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. | * Last version of GIMIAS-1.6 compiled on you computer. | ||
Latest revision as of 01:59, 20 November 2012
Prerequisites
- StartNewModule-0.1.7 ([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