Login  Register

Plugin Development with LibreCAD Software

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Plugin Development with LibreCAD Software

elumDev
1 post
Hello Team,

I am Developer,
I am want to develop a plugin which will work with LibreCAD.
Can anyone let me know how to start with & what are steps of it.
What are prerequisite for developing a plugin.
Which will be good language or framework to develped plugin.
Such queries are from my end, which for developing a plugin.

Waiting for your valuable reply.

Regards,
Abhi
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Plugin Development with LibreCAD Software

flywire
284 posts
Welcome,

Please start at the Developers section of the wiki.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Plugin Development with LibreCAD Software

dellus
1722 posts
In reply to this post by elumDev
I'm not a developer/coder at all, but I have found this:
https://wiki.librecad.org/index.php?title=LibreCAD_Plugin_Development
Maybe it helps for a start.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Plugin Development with LibreCAD Software

flywire
284 posts
This post was updated on Dec 01, 2019; 9:11pm.
In reply to this post by elumDev
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Plugin Development with LibreCAD Software

perepujal
139 posts
In reply to this post by elumDev
El ds. 30 de 11 de 2019 a les 08:25 -0700, en/na elumDev [via LibreCAD]
va escriure:
>
> I am want to develop a plugin which will work with LibreCAD.
> Can anyone let me know how to start with & what are steps of it.

Get a clear idea of what you want to achieve, then:

Take one of the existing plugins, change its name, break it, modify it
to make it do what you want, contribute it back to LibreCAD.

> What are prerequisite for developing a plugin.

Be able to compile LC.

> Which will be good language or framework to develped plugin.

Same as LC is made?

HTH
Pere

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Plugin Development with LibreCAD Software

JCDFr
3 posts
In reply to this post by flywire
I am also a newbee in LibreCAD plugIn development.

I downloaded Qt 5.13 but I do'nt know exactly where to put the files of the sample project.
I do'nt know also if I need to put the LibreCAD source files (a lot of files)

So I got a lot of problems.
I changed the QT       += gui  statement by QT += widgets as I am n Qt5 and not in Qt4

but still other problems (unable to find common.pri...)
Where is the
TARGET = $$qtLibraryTarget(sample) ? I put my sample at the same place as the samples in QT but it does'nt seem to be the right thing to do

Is there some where an information for all these questions?