On 9/12/07, Weston Campbell <silvershockwave / gmail.com> wrote: > > Actually, I want to know how the people who made these graphics > libraries and GUIs made them in the first place. How are these libraries > and toolkits working with graphics? How do they do it? > > I need to know how to make my own custom libraries and toolkits, mainly > because I get so frustrated using something that I don't really > understand. Or, more likely, the library or tk doesn't have what I need > or implements something in a way I don't agree with. > > So, I'm basically asking how to make my own graphics libraries and GUI > toolkits, I want to know where my tech-organic graphics are being grown, > and how. Thanks for any enlightenment in advance. > > ~Ruby Panda If you really want to start with the barest of bare bones, no OS window managers, no system calls, nothing, you could look at http://www.colorforth.com/ . But it's kind of out there and experimental. -A