ody-5100109032 wrote:
hello senior, I've got graphic programming lecture next semester, if I wanna program on linux what tools or software should I have ? (I am using C) thx
===== --------------- indonesian newbie
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
hello if you are using suse 8.2, install kdevelop and qt packages that came with the distribution. Then using Kdevelop you will be able to write apps for KDE. It has usefull wizard for creating project files for quick startup when developing your own apps. For basic 2D programming (lines, shapes) use QPainter class (you need to learn at least basics of C++) and write your own procedures for setting pixels and drawing the at PaintEvent. Search the net for Qt tutorials. I managed to write some code for displaying cube (without any prior knowledge of C++) using Kdevelop and Qt classes. Also, a quick reference for C++ can be found in KDE docs under Kdevelop. If you are interested in my work so far e-mail me. regards ,himba