Skip to content

GlistPlugins/gipEmptyComponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gipEmptyComponent

This is a baseplate for all the GlistEngine components and should be cloned under ~dev/glist/glistplugins whenever developing a new plugin for the engine.

gipComponents are extensions of GlistEngine that just do calculations and don't draw on the screen. If you are going to create an extension that draws on the screen, you can use the gipEmptyPlugin template.

The developer should put his external precompiled library files into the component's libs folder.

  • Windows developers should not forget to add
${workspace_loc}\..\..\..\..\glistplugins\gipYourPluginName\libs\bin

directory to the GlistApp project's PATH list. (Project->Properties->C/C++ Build->Environment->PATH)

About

Empty component template to use in the creation of new GlistEngine components that do just some jobs and don't draw on the screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors