Mail Archives: djgpp/2004/06/30/03:42:10
>
> From: gohyongkwang AT hotmail DOT com (Goh, Yong Kwang)
> Date: 2004/06/29 â AM 09:06:52 GMT+03:00
> To: djgpp AT delorie DOT com
> Subject: Looking for Simple, Complete and Standalone GUI/TUI Library for DJGPP
>
> Hi.
>
> I'm currently looking for a relatively complete and easy to implement
> GUI/TUI library to spice up my application.
>
> What I'm looking for in the library is:
> - simplicity
> - standalone
>
hi goh,
i am actively working in c on a tui, originally made by al stevens at ddj for
teching purposes. it's called dflat.
my version is working on djgpp, it's quite stable and highly integrated with
real life style components, like internationalization (includig bidirectional
text), ini style configuration file, interface to external containers like
linked lists and binary trees, database grid interface (presently working with
sqlite), communication between windows or through tcp/ip, other interesting
examples like a font editor, a self form editor, a chess game, data editing in
fields for standard data types in stdio and struct tm, tree control, editor
control also with text coloring, a rudimentary word processor control with
paragraphs and international text handling.
as i have to admit, since those external components are usable in their own
right, the tui cannot be expected to be standalone contained in one library.
but should someone be interested, i'll be glad to make a first public release
of this work.
best regards,
alex <alexbodn AT 012 DOT net DOT il>
- Raw text -