AndyObtiva / sample-glimmer-dsl-opal-rails7-app

Sample Glimmer DSL for Opal Rails 7 Web Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Glimmer DSL for Opal Rails 7 App

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.

Sample Screenshot

Hosted Website

You may check out a hosted website on Heroku at:

https://sample-glimmer-dsl-opal-rails7.herokuapp.com/

License

MIT

Copyright (c) 2022 Andy Maleh. See LICENSE.txt for further details.

--

Built with Glimmer (Ruby Desktop Development GUI Library)

About

Sample Glimmer DSL for Opal Rails 7 Web Application


Languages

Language:Ruby 81.1%Language:HTML 14.9%Language:JavaScript 2.5%Language:CSS 1.6%