On Thu, May 20, 2010 at 08:37:07AM -0500, Gabriel
Beddingfield wrote:
Another option is to use a scripting language
(like Tcl/Tk, PyGtk, or
PyQt) for the GUI parts. However, when you're mixing it with your
core C/C++ parts, I find it really hard to debug these programs.
While working on jack_mixer[1], I was pleasantly surprised by being able
to use gdb to get backtraces from the C code even when it was called from
the Python frontend.
The interfacing between Python and C could be easier though.
Regards,
Arnout
[1]
http://home.gna.org/jackmixer/
It seems like lua is a good choice when you need to interface with C,
but for some reason I can't name a single project that uses lua for the
GUI.
--
Regards,
Philipp