I was wondering how I would go about programming a gui toolkit from scratch. I would appreciate any and all help you could give me.
writerervin 0 Newbie Poster
Recommended Answers
Jump to PostYou would start by identifying the operating system you are going to write it for.
You then learn that operating system's (and possibly window manager) API for graphics. For example, if you were going to target windows, you would learn the Win32 API, perhaps by starting here:
Jump to PostDraw a window, draw a line, go from there :) http://tronche.com/gui/x/xlib-tutorial/
All 5 Replies
Moschops 683 Practically a Master Poster Featured Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
writerervin 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Moschops 683 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.