Source code

Come here to discuss about OpenViBE in general!
Post Reply
Lorena
Posts: 68
Joined: Mon Jun 04, 2012 7:33 pm

Source code

Post by Lorena »

Hello,

I have downloaded openvibe´s source code in order to start working with it, and I wonder if I can get the GUIs related to them as well. Are both (sources and GUIs) programmed in the same language?

Thans,

Lorena

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: Source code

Post by lbonnet »

Hi Lorena,

The GUI files are .ui Gtk files (written in an XML format).
They are located in the share folders of the projects.
For example, the Designer GUI is in openvibe-applications/designer/share.

These files can be read by glade.

They are uses as a basis for the GUI, but many things are done in the C++ source code (like modification of the widgets to add/remove items, or signal connection to attach an action to a button).
The code is written using the Gtk library.

Laurent-
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

Lorena
Posts: 68
Joined: Mon Jun 04, 2012 7:33 pm

Re: Source code

Post by Lorena »

Thanks Ibonnet!

Lorena

Post Reply