Linked by Thom Holwerda on Sun 28th Oct 2007 16:55 UTC
Thread beginning with comment 281464
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
"The lack of a boundary box and nonuniform icon size does create asthetic problems, but you can edit them until you are happy."
This reminds me to IRIX... let's check... http://toastytech.com/guis/irix.html - Yes! :-)
If I remember correctly, icons on the Amiga Workbench didn't have a restricted size, too...





Member since:
2007-10-22
LoseThos, my operating system, has a novel implementation of icons. The command line and start menu, help, etc. are documents with text and graphics. The graphics are SVG more or less and have no boundary box. An icon can consist of coordinates of lines relative to a location in the document with an optional text tag located at the origin. You specify any command line text to shell-to and run when you click the icon and since command line commands can be combined by separating with a semicolon, you can do multiple things. On an icon in a menu you can put the following
Cd("HOME");Dir;\\r
The lack of a boundary box and nonuniform icon size does create asthetic problems, but you can edit them until you are happy.
Yeah, they can include color and a host of various graphic entities.
http://www.losethos.com
see the intro video
Edited 2007-10-28 20:59