help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: Best way to create interactive GUI apps with octave?


From: Riccardo Corradini
Subject: R: Best way to create interactive GUI apps with octave?
Date: Thu, 22 Apr 2010 07:59:30 +0000 (GMT)

Hi,
may I suggest you to use Gambas (http://gambas.sourceforge.net/en/main.html)?
You don't need to use C++ and more over Basic is easier.
It has also a nice visual debugger for your students.
I think you may build a straightforward example and then post it to octave-forge if you want.
Best regards
Riccardo Corradini

--- Mer 21/4/10, Miguel Bazdresch <address@hidden> ha scritto:

Da: Miguel Bazdresch <address@hidden>
Oggetto: Best way to create interactive GUI apps with octave?
A: address@hidden
Data: Mercoledì 21 Aprile 2010, 20:25

Hello,

What is the best way to create interactive GUI apps with octave? For
example, I would like to have a window with three sliders controlling
the amplitude, frequency and phase of a cosine that is plotted below
the sliders. The purpose would be to make visually attractive demos
for my students.

So far, I have come up with these options:

* create a C++ application using octave as a library, and a C++ GUI
package such as Qt
* use gtk-server (http://www.gtk-server.org/)
* a couple of old and apparently unmaintained projects I found with
google, such as octave-gtk and octave-fltk

I could also, of course, do this in scipy or scilab, but I would
really like to do this with octave, since this is the language my
students know best.

Does anyone have tips or experience to share? Are there alternatives I
am missing? Will the new FLTK backend work for this purpose? (I have
found precious little information on this new backend).

Cheers,

--
Miguel Bazdresch
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]