News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

would like to help with graphic interface

Started by s7acker, December 24, 2008, 08:41:55 PM

Previous topic - Next topic

s7acker

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

ollydbg

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.

Jenna

Quote from: ollydbg on December 28, 2008, 07:57:04 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.

ollydbg

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.