andlabs / libui

Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
Other
10.72k stars 614 forks source link

New Ruby Library #519

Closed kojix2 closed 3 years ago

kojix2 commented 3 years ago

Hi @andlabs and libui developers!

Thanks for this awesome library! I wanted to let you know that there are new Ruby bindings for it.

Compared to libui-ruby, it has the following features.

  1. The package contains shared libraries (libui.so, libui.dylib, libui.dll, and README of libui). (Please notify me if there are any problems with redistribution.)
  2. Uses the Ruby standard library fiddle for C function calls.
  3. Syntax is more Ruby-like.

If you have any feedback, let me know or feel free to create an issue in the project for it. Thanks!

andlabs commented 3 years ago

I'll add it to the README later

kojix2 commented 3 years ago

Thank you!!

kojix2 commented 3 years ago

Thank you!