Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Few more clarifications.
  • Loading branch information
rubyFeedback authored Jan 25, 2025
1 parent 38301eb commit ed59e02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
This directory contains code that refers to widgets and functions made available via the official libui-ng (see https://github.com/libui-ng/libui-ng) bindings (and perhaps eventually libui-dev as well). The rationale (and objective of) for this directory here serves at the least the following purposes:
This directory contains code that refers to widgets and functions made available via the official libui-ng (see https://github.com/libui-ng/libui-ng) bindings (and perhaps eventually libui-dev as well).

The rationale (and objective of) for this directory here serves at the least the following purposes:

- Provide standalone (working) .rb files that test individual components of
the ruby-libui suite, such as the various widgets that are part of (and supported by)
Expand Down Expand Up @@ -40,3 +42,5 @@ Widgets that have been added to this subdirectory include:
search_entry.rb
slider.rb
window.rb

Note that this subdirectory here (examples2/) is different to examples/. The examples/ subdirectory has been created by kojix2 to test various parts of ruby-libui, including more complex use cases (see the histogram example for dynamic elements).

0 comments on commit ed59e02

Please sign in to comment.