SOFA Plugin Maker #5486
alxbilger
announced in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wrote a Python script to start a new SOFA plugin easily, by generating the minimal file structure based on a given name for the plugin.
The code:
https://github.com/alxbilger/sofa_plugin_maker
The result of the command
python plugin_maker.py ExamplePlugin ./can be seen here.It saves you time, especially for rapid prototyping.
I hope this will help
All reactions