GUI for Fortran under Linux

Curtis Jensen cjensen at bioeng.ucsd.edu
Thu Jul 5 13:21:00 EDT 2001


Arjen Markus wrote:
> 
> Gerry Thomas wrote:
> >
> > "Tim Lahey" <tjlahey at dial.uwaterloo.ca> wrote in message
> > news:9hvtk6$sst$1 at watserv3.uwaterloo.ca...
> > > All,
> > >
> > > I'm using NAG F90 under Linux and I want to put a GUI
> > > on my software. Mainly, I want a set of dialogs to perform
> > > configuration of the simulation and use OpenGL to render
> > > the output. F90GL works well, but doesn't really support
> > > a GUI. Are there any solutions out there ?
> > >
> >
> > Why limit yourself to a Linux port hole when there's Windows?
> >
> > Sink or Swim,
> > Gerry T.

Were' currently putting a gui on our Fortran code.  We're using Python
with the Tkinter module.  Python is also handling our memory
allocation.  So, now with our f77 code, we have dynamic memory
allocation and also an object oriented structure.

-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list