This is a sample app built with Glimmer DSL for Opal, an experimental proof-of-concept web GUI adaptor for Glimmer desktop app samples (i.e. samples found in Glimmer DSL for SWT). It webifies them via Rails and Opal, allowing Glimmer desktop app samples to run on the web without changing a line of code.
This is a standard Rails app. As such, you may setup locally by cloning the repository and running the following commands from inside the app directory:
bundle
rails db:migrate
rails s
You should see all samples listed by default.
You may check out a hosted website on Heroku at:
https://sample-glimmer-dsl-opal-rails6.herokuapp.com/
Copyright (c) 2022 Andy Maleh. See LICENSE.txt for further details.
--
Built with Glimmer (Ruby Desktop Development GUI Library)