LibreCAD for Beginners

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

LibreCAD for Beginners

Jasleen
Hello,
I am Beginner in LibreCAD. I had compile the souce provided in github. I want to understand the coding of LibreCAD. How could I start this?
I also want its Heirarchy strucure of classes used in LibreCAD.
What are prerequisites to start working in LibreCAD as developer?



Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

davinder
http://wiki.librecad.org/index.php/Main_Page
Is the best source for starting up the librecad things.
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

dxli
In reply to this post by Jasleen
hi Jasleen,

First, we don't really have a manual for usage or development. There's some sketching information in the wiki, please feel free to add your knowledge there.

You can always ask technical questions here, and we will try to help.

Have fun with LC hacking!

dxli

Jasleen wrote
Hello,
I am Beginner in LibreCAD. I had compile the souce provided in github. I want to understand the coding of LibreCAD. How could I start this?
I also want its Heirarchy strucure of classes used in LibreCAD.
What are prerequisites to start working in LibreCAD as developer?
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

hsrai
As for as I understand, LibreCAD is extended from QCAD. See if you can take advantage from:

http://www.ribbonsoft.com/doc/qcad/3.0/developer/
--
H.S.Rai
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

R. van Twisk
Administrator
That documentation doesn't match.

LibreCAD was taken from the QCad 2 branch, not 3.0. 


On Oct 17, 2012, at 1:18 PM, hsrai [via LibreCAD] wrote:

As for as I understand, LibreCAD is extended from QCAD. See if you can take advantage from:

http://www.ribbonsoft.com/doc/qcad/3.0/developer/


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/LibreCAD-for-Beginners-tp5707148p5707162.html
To start a new topic under LibreCAD-dev, email [hidden email]
To unsubscribe from LibreCAD, click here.
NAML

Bob
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

Bob
Hi,

I am currently writing a basic user manual for LibreCad. My background is that I was a certified C3P trainer when I worked at Ford Motor Co. We wrote our own training manual for the courses we taught. What I am writing is a basic manual from a teaching stand point. I have noticed also that a number of commands in LibreCad mirror those in C3P. I have written some of the manual already if you want to take a look. Tell me how to upload it to you.

Thanks,
Bob
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

dxli
Hi,

There are several ways.

1, you can fork the official repository, add files, and send a pull request.

https://help.github.com/articles/fork-a-repo

2, you can start a feature request with attached file(s).

https://sourceforge.net/tracker/?atid=1433847&group_id=342582

3, last, you may choose to email the file(s) to me or other developers (Rallaz, or Ries).

dxli
Bob
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD for Beginners

Bob
Hi,

I have being talking with Rallaz and have sent him what I have so far

Bob