Awesome
Sample Glimmer DSL for Opal Rails 6 App
<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Glimmer Application
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.
Setup Instructions
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.
Hosted Website
You may check out a hosted website on Heroku at:
https://sample-glimmer-dsl-opal-rails6.herokuapp.com/
License
Copyright (c) 2022 Andy Maleh. See LICENSE.txt for further details.
--
<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Built with Glimmer (Ruby Desktop Development GUI Library)