-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltips via libui-dev? #89
Comments
Hi If you are interested in using libui-dev, the first step is to edit the LibUI Rakefile so that it downloads the latest (or stable version of) libui-dev shared library. If you run
These tasks are basically based on the work of the well-known Rubyist Andrew Kane. The first step will be to apply this mechanism to libui-dev. If you make a mistake, someone will fix your commit or pull request. |
Rakefile is unstructured and messy.. I forgot the logic behind the tasks. However, I added an experimental task to download libui-dev shared libraries for Linux and Mac. It needs refactoring. Currently, libui-dev does not have a shared library for Windows. When this becomes available, we should be able to push a new pre-release gem. |
If you would like to add new libui-dev functions to LibUI, please edit ffi.rb. https://github.com/kojix2/LibUI/blob/main/lib/libui/ffi.rb However, I would like you to create a new branch and submit a pull request. That way I (or Andy or somebody) can see it. If possible, please do not commit directly to the main branch. But, if that is difficult for you, |
So I just found libui-dev due to kojix2 finding it first - when I snoop after kojix2 I find useful things. :)
One on the issues libui-dev marked as possible is "Tooltips (266)". Is there a possibility for ruby libui to cherry-pick something like that? Tooltips could be quite useful to have; it can give users additional information how to use the GUI, such as what a given entry is for, or what the function of a button may be (e. g. "update xyz"). I also think Andy will quickly add everything that is supported into glimmer-libui. Tooltips for rubio radio! :D
The text was updated successfully, but these errors were encountered: