[Rock-dev] Rock Gui: Vizkit / Widgets

Alexander Duda Alexander.Duda at dfki.de
Wed Jan 19 19:27:11 CET 2011


Hi,

I moved most of the widgets to:
git at gitorious.org:rock-gui/rock_widget_collection.git
They are compiling as single lib and can be used from the ruby side and
with the qt designer.

--> ImageView
--> SonarView (same as ImageView at the moment)
--> PlotWidget (has lots of debug messages which have to be removed)
--> Artificial Horizon (can not be scaled)

This means that most of the packages of the package set rock.gui.dfki
are deprecated.

Example:
require 'vizkit'

widget = Vizkit.default_loader.PlotWidget
0.upto 100 do |index|
	widget.addData(index,index,1)
end
widget.show
Vizkit.exec



-- 
Dipl.-Ing. Alexander Duda 
Unterwasserrobotik

DFKI Bremen
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-456620
Fax:   +49 (0)421 178-454150
E-Mail: alexander.duda at dfki.de

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3



More information about the Rock-dev mailing list