scripting feature

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

scripting feature

davinder
I would like to add scripting feature in librecad.
@all can you suggest me requirement for that, what is the eligibility
for that, documentation, books, language and any other stuff. If we
are able to add scripting feature in librecad, then it will be the
great achievement for librecad.

--
http://davinder.in
Dont hurt the web, use open standards
Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

R. van Twisk
Administrator
David,

some of the scripting code is available within LibreCAD as source,
but it's not enabled. This is the original source that can with QCad,
but I have no idea of it's state (workingNon working/buggy).

It is scripting with Python, so that might appeal to many people.

It will give you a good starting point?

Ries

On Jul 7, 2011, at 2:45 AM, davinder [via LibreCAD] wrote:

I would like to add scripting feature in librecad.
@all can you suggest me requirement for that, what is the eligibility
for that, documentation, books, language and any other stuff. If we
are able to add scripting feature in librecad, then it will be the
great achievement for librecad.

--
http://davinder.in
Dont hurt the web, use open standards



If you reply to this email, your message will be added to the discussion below:
http://librecad.1049103.n5.nabble.com/scripting-feature-tp4560199p4560199.html
To start a new topic under LibreCAD, email [hidden email]
To unsubscribe from LibreCAD, click here.

Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

hsrai
R. van Twisk wrote
some of the scripting code is available within LibreCAD as source,
but it's not enabled. This is the original source that can with QCad,
As for as my awareness was:

scripting feature is not there in community edition of QCAD.

If it is there, then how to enable it?

@ Davinder

Download source code, compile it as such.

If you are successful in compiling, then explore code and look for scripting module. Find way to enable it during compilation; may be documented in Installation Guide. If not, narrate your experience and raise question here.

Someone will come forward to help you.

Good to know that you are ready to contribute to this excellent software which is available in many languages.

--
H.S.Rai
--
H.S.Rai
Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

R. van Twisk
Administrator
Rai,

The scripting feature of QCad CE edition can be found in the directory:

qcadlib/src/scripting

I don't think it was enabled by anybody (as some other feature found).
Once the first release is out I am planning to look at the status and see if it can be run stable, or if it's just test code.

Ries

Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

davinder
In reply to this post by hsrai
@all i am successful in compiling the librecad from the source. Now i want to enable scripting feature in librecad while compiling.
How can i do that? What is the requirement for that?
Thanks in advance.  
Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

R. van Twisk
Administrator
Hey,

the scripting feature is never tested by me, I know that Rallaz knows how to enabled it,
search the forum for that... But don't be surprised it will crash.

Ries
On Jul 19, 2011, at 3:31 PM, davinder [via LibreCAD] wrote:

@all i am successful in compiling the librecad from the source. Now i want to enable scripting feature in librecad while compiling.
How can i do that? What is the requirement for that?
Thanks in advance.  


If you reply to this email, your message will be added to the discussion below:
http://librecad.1049103.n5.nabble.com/scripting-feature-tp4560199p4613608.html
To start a new topic under LibreCAD, email [hidden email]
To unsubscribe from LibreCAD, click here.

Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

davinder
@Rallaz getting no response about how to add scripting feature in librecad.
@all where can i check the to do lists for librecad?
Reply | Threaded
Open this post in threaded view
|

Re: scripting feature

ClaudeQC

Hello davinder,


On 11/09/2011 20:38, davinder [via LibreCAD] wrote:

 >
 > @all where can i check the to do lists for librecad?
 >

- See links below:

        - Bugs to fix:
http://sourceforge.net/tracker/?group_id=342582&atid=1433844

        - Features requests:
http://sourceforge.net/tracker/?group_id=342582&atid=1433847


Claude