Code Monkey home page Code Monkey logo

Comments (2)

kojix2 avatar kojix2 commented on June 10, 2024

Hi @rubyFeedback

It's nice to see you again. And thanks for looking at the project.

Of course libui supports Window. You do not need to use WSL.
The gem package include three types of shared libraries:
libui.dll, libui.dylib, and libui.so.

These three files are only 1.4 MB in total. (You can further reduce
the file size by deleting libui.dylib and `libui.so. Because they are
not used in Windows. libui.dll is only 275KB.)

So, just install the gem and it will work natively on Windows.

However, libui is not a general-purpose GUI library.
It is not as expressive as a comprehensive library such as ruby-gtk3.
I don't think it is possible to implement advanced styling in CSS with libui.

Libui is good for creating small tools for Windows.
Parhaps, It may be the best Ruby gem available today for this purpose.
However, it is not suitable for writing complex GUIs with less lines
of Ruby-style code. It does not support object-oriented widgets.
Of course, we could add an object-oriented widget class, like Python
or Perl bindings, but I worry that it would be incomplete.

Anyway, I will continue to maintain it.
If you find any problems, please report the issue or send me PR.

Thank you.

from libui.

kojix2 avatar kojix2 commented on June 10, 2024

I Added screenshots to README to clarify support for Windows.
I close the issue.

But, it might be worth considering releasing a Gem that contain only DLL file for Windows.

from libui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.