17 Jun
2011
17 Jun
'11
6:04 a.m.
On Jun 16, 2011, at 7:54 PM, Jeremy Villalobos wrote:
Hello:
I am a new developer. I have dowloaded Inkscape source, compiled it, and have browsed the code with Eclipse (my favorite IDE). My end goal is to collaborate to add open_cl to Inkscape to make it superfast !
For now, I would like some guidence about the code. Is there a code walk-through either presentation style on youtube or a guide (link) ?
I've started working on some such info, but nothing is really together into a helpful state yet.
You might start looking at what happens when we go to wireframe mode and back. The wireframe had been switched to using Cairo, which eventually all of the drawing will be. Seeing the difference might give you a starting point.