wxRuby allows the creation of graphical user interface (GUI) applications via the wxWidgets library. wxRuby provides native-style GUI windows, dialogs and controls on platforms including Windows, OS X and Linux.
gem install wxrubyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a basic wxRuby GUI application
Install wxWidgets via system package manager (e.g., apt install libwxgtk3.0-dev)
No dependency data recorded yet.