A simple workspace demo program based on IDST/Leasthpic. This program is tested with IDST revision 590, 598 on MacOS. * How to build export IDST_DIR=/Your/IDST/path make ./textWindow make demo * About This is a simple workspace demo program based on IDST/Leastphic. It was made for a VPRI meeting at July 2008. * Leastphic ./leastphic directory derives from leastphic graphics framework (idst/function/example2/sdl). But there are a couple of changes. - Damage rectangle. - The main event loop is more efficient. Original one refreshes the screen with each event, but this version repaints only when the event buffer is empty. This is critical for X binding SDL. - The kerning layout works even elements are just normal boxes. You can find differences from original leasphic soruce with: diff -u ~/src/idst/function/examples2/sdl leastphic | less (ediff-directories "~/src/idst/function/examples2/sdl" "leastphic" "") ;; emacs * Note If you use it on Mac, a context menu is shown with command+click (This is tricky, but SDL's way...). * References - FoNC: http://www.vpri.org/fonc_wiki - leastphic: http://piumarta.com/svn2/idst/trunk/function/examples2/sdl/ - SDL: http://www.libsdl.org/