Skip to content
/ gipEmptyPlugin Public template

Empty plugin template to use in the creation of new GlistEngine extensions that draw on the screen

Notifications You must be signed in to change notification settings

GlistPlugins/gipEmptyPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gipEmptyPlugin

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

gipPlugins are extensions of GlistEngine that draw on the screen. If you are going to create an extension that does just calculations, you can use the gipEmptyComponent template.

The developer should put his external precompiled library files into the plugin'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 plugin template to use in the creation of new GlistEngine extensions that draw on the screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published