Giter VIP home page Giter VIP logo

Comments (3)

rubyFeedback avatar rubyFeedback commented on June 19, 2024

Has there been any update in this regard?

I am currently extending java-specific code, including swing + jruby, so I will be busy with windows-specific things. (My current aim will be to try to write as much swing-specific code, use it primarily via jruby, to make windows more useable, so a bit like glimmer; but to also map down which widgets I need in the long run. And at a later point to see how much of this could be turned into glimmer + libui automatically. But I'd like to test as much things as possible on windows. On linux I don't have these problems but on windows I kind of need all the power of GUIs in the world.)

from glimmer_wordle.

AndyObtiva avatar AndyObtiva commented on June 19, 2024

Windows is already supported because Glimmer Wordle is written with Glimmer DSL for SWT, which runs on Windows. But, the styling is not tweaked for Windows yet, and that's the only thing needed to be done for Windows. It shouldn't be a tough job for anyone to tackle given that the game is completely implemented already.

And, why consider Swing when SWT is far superior and better?! Glimmer DSL for SWT is the most advanced Glimmer GUI library, and it renders OS native widgets, unlike Swing, which doesn't have native widgets and has freeze-up issues on some systems, especially older ones. If I were you, I'd use Glimmer DSL for SWT without thinking twice. I'm not sure why you like to make bad decisions sometimes when the good decisions are right in front of you. You could be supporting me instead by using Glimmer DSL for SWT extensively on all platforms and reporting any issues you encounter to me to fix and improve if any. Glimmer DSL for SWT gives you the ability to automatically package your app as a Window MSI/EXE too, including Java WITHOUT requiring a separate installation step, which you can't do with Swing without doing a lot of extra work. Glimmer DSL for SWT should always be the smart default go to option for Ruby GUI unless there is a strong reason not to use Java.

In any case, if you want to use Swing, it would be simpler to use it with Glimmer DSL for Swing (but I still recommend not spending time on anything but Glimmer DSL for SWT in JRuby):
https://github.com/AndyObtiva/glimmer-dsl-swing

from glimmer_wordle.

AndyObtiva avatar AndyObtiva commented on June 19, 2024

Windows has been officially supported by tweaking the styling to look nice in it. This was done in version 1.1.5, which was just released to RubyGems:
https://rubygems.org/gems/glimmer_wordle/versions/1.1.5

windows screenshot of wordle

I am closing this issue as it is fully handled.

from glimmer_wordle.

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.