LibreCAD
›
Troubleshooting
Login
Register
Search
everywhere
only in this topic
Advanced Search
Plugin_help
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
3 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Nadar
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jun 23, 2013; 11:19am
Plugin_help
7 posts
Hi
I am new to LibreCAD. I am trying to contribute to LibreCAD by developing a new plug-in .
But need your help. Please suggest me from which step should I start?
Is there any tutorial guide related to plug-in?
Rallaz
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jun 24, 2013; 8:07am
Re: Plugin_help
395 posts
Read:
http://wiki.librecad.org/index.php/LibreCAD_Plugin_Development
The files librecad/src/plugins/document_interface.h & librecad/src/plugins/qc_plugininterface.h
are self-documented.
As example you can read files in:
https://github.com/LibreCAD/LibreCAD/tree/master/plugins/sample
https://github.com/LibreCAD/LibreCAD/tree/master/plugins/align
https://github.com/LibreCAD/LibreCAD/tree/master/plugins/sameprop
https://github.com/LibreCAD/LibreCAD/tree/master/plugins/list
https://github.com/LibreCAD/LibreCAD/tree/master/plugins/asciifile
These links are listed in order from simple to complicated
Nadar
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jun 24, 2013; 8:29am
Re: Plugin_help
7 posts
Thanks!!
Free forum by Nabble
Edit this page