CompuServe Messages

AMIGABASIC "INPUT"

#: 133251 S10/ProgrammingForum unknown
    04-Jul-88 21:55:55
Sb: #133249-AMIGABASIC "INPUT"
Fm: Doug Winger 71001,1335
To: Ross Wilkinson 70277,715

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Ross, Intuition is the Amiga's user interface. It's the thing that allows all the windows and menus. 8) Basically, what it is is an interface to the sytem level things (exec) that allows a programmer an easy method of getting at the heart of things without going nuts trying to figure how to handle the low level stuff. You can pass it things, like a window structure, and it will do all the necessary hardware/OS whacking for you. It also allows you a consistant method of calling those same lowlevel routines without worrying about version changes. The Atari ST has something like it (though much poorer in design and implementation) called GEM. It is very confusing at first, considering that it 'hides' the hardware and things may not be where you think they are but if you take the time to understand it, it is a revelation. If you've done any programming before, you're going to love it. Doug