Re: [Kicad-developers] KiCad And Quces

2018-01-21 Thread Guilherme Brondani Torri
Hello, Qucs maintainer here. On Tue, Jan 16, 2018 at 9:48 AM, Maciej Sumiński wrote: > On 01/16/2018 09:38 AM, Christian Gagneraud wrote: > > CC Qucs's maintainer, please feel free to extend. > > > > On 16 January 2018 at 21:14, Babar Malik wrote: > >> I am much more interested to integrate Ki

Re: [Kicad-developers] KiCad And Quces

2018-01-19 Thread Babar Malik
Thanks Maciej, I want to analyze the kicad source code so that I can embed Qucs simulator in it. I know I'm at beginner leel, but I'm fully motivated to achieve my aim which will be surely very useful. Regards, Babar Malik. On Jan 19, 2018 12:38 PM, "Maciej Sumiński" wrote: > Hi Babar, > > Is t

Re: [Kicad-developers] KiCad And Quces

2018-01-18 Thread Christian Gagneraud
On 19 January 2018 at 17:34, Babar Malik wrote: > Hi all, > Can anybody please tell me that which tool i'll be using using to analyze > the source code of KiCad ? I personally use QtCreator on Linux/OSX/Windows, for hacking C++ project. See http://doc.qt.io/qtcreator/index.html Chris > > Your a

Re: [Kicad-developers] KiCad And Quces

2018-01-18 Thread Maciej Sumiński
Hi Babar, Is there any particular type of analysis you would like to perform? KiCad is C++ code, so any decent IDE would be helpful. We use Doxygen for code documentation [1], I think it explains much about the classes relations. There is also developers documentation [2] which you might find usef

Re: [Kicad-developers] KiCad And Quces

2018-01-18 Thread Babar Malik
Hi all, Can anybody please tell me that which tool i'll be using using to analyze the source code of KiCad ? Your assistance will be highly appreciated. Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 16 January 2

Re: [Kicad-developers] KiCad And Quces

2018-01-16 Thread Dan Weatherill
gnucap would also be very nice, especially for mixed signal stuff. That said my impression of it is that its development is not especially active at the moment. Dan W On Tuesday, 16 January 2018 09:22:49 GMT Babar Malik wrote: > Thanks a lot. As far as my background knowledge is concerned, I am

Re: [Kicad-developers] KiCad And Quces

2018-01-16 Thread Babar Malik
Thanks a lot. As far as my background knowledge is concerned, I am familiar with C++ but I didn't executed any project which includes a complete software development. Babar Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 16 January 2018

Re: [Kicad-developers] KiCad And Quces

2018-01-16 Thread Maciej Sumiński
On 01/16/2018 09:38 AM, Christian Gagneraud wrote: > CC Qucs's maintainer, please feel free to extend. > > On 16 January 2018 at 21:14, Babar Malik wrote: >> I am much more interested to integrate Kicad and Qucs, and the first step >> towards this would be to study the source code of Kicad from

Re: [Kicad-developers] KiCad And Quces

2018-01-16 Thread Christian Gagneraud
CC Qucs's maintainer, please feel free to extend. On 16 January 2018 at 21:14, Babar Malik wrote: > I am much more interested to integrate Kicad and Qucs, and the first step > towards this would be to study the source code of Kicad from scratch. Can > you please help me regarding to this ? Pleas

Re: [Kicad-developers] KiCad And Quces

2018-01-16 Thread Christian Gagneraud
On 16 January 2018 at 20:10, José Ignacio wrote: > In case you didn't get to try it yet, the development version of kicad > already includes integration with a very good simulator, ngspice. That may > already do everything you need. Qucs is way more than (ng)spice, integrating the qucsator simula

Re: [Kicad-developers] KiCad And Quces

2018-01-15 Thread Babar Malik
Actually My aim is that, if we draw a circuit in the simulator for simulation purpose the footprints of all the components should be included in the PCB layout of KiCad. Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford

Re: [Kicad-developers] KiCad And Quces

2018-01-15 Thread José Ignacio
In case you didn't get to try it yet, the development version of kicad already includes integration with a very good simulator, ngspice. That may already do everything you need. On Tue, Jan 16, 2018 at 12:10 AM, Babar Malik wrote: > Hi Everyone, > Hopefully you people are doing good, I need assi

[Kicad-developers] KiCad And Quces

2018-01-15 Thread Babar Malik
Hi Everyone, Hopefully you people are doing good, I need assistance related to Kicad development. My aim is to develop Kicad in such a way that we can simulate the circuits along with PCB designing. As far as I know , Kicad is developed in C++ basically, Moreover there is another software named Quc