Hi, I’m trying to create a database GUI in Ruby. I would like it to have the following widgets:
- The main display, which displays the data
- A search bar with filters
- A 3D cube representation of the data, with the ability to pan and rotate
I would also like to have a separate window that has the ability to edit the data in the database. I already know how to edit data using Sequel.
I already tried both Tk and FXRuby, but I’m having difficulty understanding them. Others, like wxruby don’t seem to exist. Would anybody have any recommendations on how I would create this GUI? Thanks