Difference between revisions of "Developer tutorials for GIMIAS 1 3"
From user's Wiki!
(Created page with '== Prerequisites == * StartNewModule (http://sourceforge.net/projects/gimias/files/GIMIAS v1.3.0/Developer/StartNewModule-0.1.5-Setup.exe/download Windows | [[http://sourc…') |
(→Prerequisites) |
||
Line 1: | Line 1: | ||
== Prerequisites == | == Prerequisites == | ||
− | * StartNewModule ([[http://sourceforge.net/projects/gimias/files/GIMIAS%20v1.3.0/Developer/StartNewModule-0.1.5-Setup.exe/download Windows]] | [[http://sourceforge.net/projects/gimias/files/GIMIAS%20v1.3.0/Developer/StartNewModule_0_1_5_src.zip/download Linux]]): Development tool that allows to create initial folder structure to store your source files | + | * StartNewModule-0.1.5 ([[http://sourceforge.net/projects/gimias/files/GIMIAS%20v1.3.0/Developer/StartNewModule-0.1.5-Setup.exe/download Windows]] | [[http://sourceforge.net/projects/gimias/files/GIMIAS%20v1.3.0/Developer/StartNewModule_0_1_5_src.zip/download 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. | + | * Last version of GIMIAS-1.3 compiled in you computer. |
== Getting started == | == Getting started == |
Revision as of 03:35, 1 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
- HowToAddCommandLinePlugin: 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
- 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