|
Home > Archive > Unix Programming > June 2004 > GUI
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Richard Harris 2004-06-26, 10:11 am |
| Hello,
I am looking for a quick and easy way of building gui's, nothing fancy
and primarily for testing purposes.
I need something that can run be compiled on any flavor of unix, irix,
sparc, etc, and linux if possible.
Any recommendations?
Thanks
| |
| Jem Berkes 2004-06-26, 10:11 am |
| > I am looking for a quick and easy way of building gui's, nothing fancy
> and primarily for testing purposes.
> I need something that can run be compiled on any flavor of unix, irix,
> sparc, etc, and linux if possible.
>
> Any recommendations?
Definitely
http://www.wxwidgets.org/
This is a GUI platform, for C++ though.
--
Jem Berkes
http://www.sysdesign.ca/
| |
| Otto Wyss 2004-06-26, 10:11 am |
| Jem Berkes <jb@users.pc9.org> wrote:
>
> Definitely
> http://www.wxwidgets.org/
>
> This is a GUI platform, for C++ though.
Or together with wxguide ("http://wxguide.sourceforge.net/"), the demo
sample is a fully working app which just misses your code. If you don't
need anything within the sample, just delete it.
O. Wyss
--
See wyoEditor at "http://freshmeat.net/projects/wyoeditor/"
| |
| mark greenlancer 2004-06-26, 10:11 am |
| Richard Harris wrote:
> Hello,
>
> I am looking for a quick and easy way of building gui's, nothing fancy
> and primarily for testing purposes.
> I need something that can run be compiled on any flavor of unix, irix,
> sparc, etc, and linux if possible.
>
> Any recommendations?
You are searching tcl/tk
m.
| |
| El Durango 2004-06-26, 10:11 am |
| I do not know too much about it but
from what I have heard, for Q&D widgets
you would want to try Tcl/Tk.
| |
| SM Ryan 2004-06-26, 10:11 am |
| Richard Harris <rharris@kahuna.sdsu.edu> wrote:
# Hello,
#
# I am looking for a quick and easy way of building gui's, nothing fancy
# and primarily for testing purposes.
# I need something that can run be compiled on any flavor of unix, irix,
# sparc, etc, and linux if possible.
#
# Any recommendations?
Any of the various Tk. Tcl/Tk, perl/Tk, perhaps others available.
--
SM Ryan http://www.rawbw.com/~wyrmwif/
The little stoner's got a point.
| |
| Levente KOVACS 2004-06-26, 10:11 am |
| On Thu, 24 Jun 2004 13:06:57 -0700
Richard Harris <rharris@kahuna.sdsu.edu> wrote:
> Hello,
>
> I am looking for a quick and easy way of building gui's, nothing fancy
> and primarily for testing purposes.
> I need something that can run be compiled on any flavor of unix, irix,
> sparc, etc, and linux if possible.
>
> Any recommendations?
I use GTK+. It's not so roubust, and looks nice. Xaw is a good choice as
well, becouse it's available on ANY platform, running the X windows.
I've started here....
http://www.linuxheadquarters.com/ho...les/index.shtml
Very nice. You can learn it in a few hours....
Levente
--
Leva
__
Email: levente.kovacs@cern.ch
Home Page: http://web.interware.hu/leva
Public key: http://web.interware.hu/leva/CERN/public_key
________________________________________
/"\
\ / ASCII Ribbon Campaign
X against HTML email & vCards
/ \ http://arc.pasp.de/
Have Fun, & Linux! 73 for all by HA5OGL.
This message was generated by Sylpheed.
| |
| Adrian Davis 2004-06-26, 10:11 am |
| Richard Harris <rharris@kahuna.sdsu.edu> wrote in message news:<40DB3461.196A44FB@kahuna.sdsu.edu>...
> Hello,
>
> I am looking for a quick and easy way of building gui's, nothing fancy
> and primarily for testing purposes.
> I need something that can run be compiled on any flavor of unix, irix,
> sparc, etc, and linux if possible.
>
> Any recommendations?
>
> Thanks
Here's another vote for TCL/TK (www.tcl.tk)
Regards,
=Adrian=
|
|
|
|
|