Jaymz031602
Joined: 18 Aug 2004 Posts: 14
|
Posted: Fri Nov 19, 2004 1:52 pm Post subject: Welcome |
|
|
This is the CursesTUI project.
This library is also the main workhorse of the Orion IDE project.
My goal with this project is to create a set of curses-based, Win32-console-based, Win32 GUI-based, and GTK GUI-based widgets that all work exactly the same way in all of the aforementioned environments. This will hopefully alleviate the pain in porting a GUI application across multiple environment targets.
Help is extremely welcome in developing environment targets. Curses and Win32 console are mostly complete. To start, I have to standardize the behaviour of the widgets and define their interactivity. Also, a generic coordinate system will have to be implemented (like Windows twips) so that the widgets are represented well across all environment targets (CUI targets will look similar to GUI targets). _________________ "Yeah, well you're hogging all the ... UGLY!" - Chris (Family Guy) |
|