Skip to content

nag92/toolkit-plugin-template

 
 

Repository files navigation

Toolkit Plugin Template

A plugin template which is desinged to be used with the python script to generate new plugin source trees that can be build out of tree of rbdl-toolkit.

Dependencies

  • jinja2

Usage

To create a simple basic plugin run the following command:

./create_plugin.py --name CameCaseName --dir <path where src tree will be created>

To also create a model extension alongside the plugin run:

./create_plugin.py --name CameCaseName --dir <path where src tree will be created> --extension

To see all options run:

./create_plugin.py --help

Toolkit Plugin Documentation

There is an article in the toolkit wiki on the most important parts of most plugins.

About

Template for new Toolkit Plugins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.5%
  • Python 28.4%
  • CMake 20.1%