Em Ter, 2014-02-04 às 20:53 +0530, gagan escreveu:
I am a new user here at Inkscape and don't know what to do. I want to
contribute to this projects as a developer; can anyone help me out
where to start.
Hi Gagan,
this page[1] on the Inkscape site describes first-steps for a developer. Maybe you want to get used to Inkscape architecture, but its architecture is evolving and partially inconsistent (GTK vs GTKmm, GC vs manual memory management vs smart pointers on the future, C-style coding vs C++-ification) at the moment and I'm not sure if the doc folder has an accurate description of the architecture.
I suggest you to fix some easy-fix bugs[2] and choose a task to work on. Want a new tool? See the code for an existing one (grep is your friend). Want help Markus Engel with C++ification? Great. Want to help to port to GTK+3? Enable the configure flag and fix any bugs you find.
When you get questions more specific about Inkscape, send an email to the mailing list and you might help you. You may learn a lot from the comments on your patches posted to the bug tracker too.