Author Topic: would like to help with graphic interface  (Read 8437 times)

s7acker

  • Guest
would like to help with graphic interface
« on: December 24, 2008, 08:41:55 pm »
Hello!
Was wandering if I could help with graphic contents for Ur very nifty program?
I have loads of experience in 2d 3d graphics, and would really like to contribute!
Please contact via mail: slacker@nana.co.il

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: would like to help with graphic interface
« Reply #1 on: December 28, 2008, 07:57:04 am »
Great!

Have a look at the wiki page
http://wiki.codeblocks.org/index.php?title=Developer_documentation

And the source code of codeblocks was located in
http://developer.berlios.de/projects/codeblocks/

You can use a SVN client to download the source and or add some patches.
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: would like to help with graphic interface
« Reply #2 on: December 28, 2008, 11:14:22 am »
You can use a SVN client to download the source and or add some patches.

You can not add patches via svn (if you are not a dev).

But you can post patches in the forum and (that's important, so they don't get lost) at berlios: http://developer.berlios.de/patch/?group_id=5358.
You need a berlios account to do the last.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: would like to help with graphic interface
« Reply #3 on: December 28, 2008, 02:05:07 pm »
Hi, jens. Thanks for your help.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.