octave-maintainers
[Top][All Lists]
Advanced

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

Re: Yet another GUI Builder for Octave


From: Andreas Weber
Subject: Re: Yet another GUI Builder for Octave
Date: Fri, 15 Jul 2016 12:28:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0

Am 13.07.2016 um 16:54 schrieb marcalexandre:
> The idea is, in a first approach, to use a generic GUI Builder, Glade, and
> parse the glade file to generate the equivalent m-file, in the same way like
> GUIDE.

Nice. Interesting approach. I also thought about creating a GUI builder
and was playing with the ui* function the last days
(http://www.zimagez.com/zimage/bildschirmfoto-10072016-222917.php).

My idea was to build the GUI-builder directly in Octave with ui*
functions so I'm able to move objects, change color, font and so on and
immediately see the change. And there wouldn't be a need for another
parser/converter.

Have you found documentation about Matlabs intermediate data structures?
John linked http://undocumentedmatlab.com/blog/fig-files-format

My point of building the GUI-builder within Octave was:
* using them extensively will uncover bugs and missing features
* platform independent (would also run on windoze, the typical user
might have problems installing glade on it)
* WYSIWYG

What do you think?

-- Andy



reply via email to

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