Sha256: 7703d4e894d05d01de735aa0e2b4e8d1976a3f6ac48ed7449d3af1ab40fdf058
Contents?: true
Size: 1.17 KB
Versions: 41
Compression:
Stored size: 1.17 KB
Contents
## Girb (Glimmer irb) Command With `glimmer-dsl-swt` installed, you may want to run `girb` instead of standard `irb` to have SWT preloaded and the Glimmer library required and included for quick Glimmer coding/testing. ``` girb ```  If you cloned [glimmer-dsl-swt](https://github.com/AndyObtiva/glimmer-dsl-swt) project locally, you may run `bin/girb` instead. ``` bin/girb ``` Watch out for hands-on examples in this README indicated by "you may copy/paste in [`girb`](#girb-glimmer-irb-command)" Keep in mind that all samples live under [https://github.com/AndyObtiva/glimmer-dsl-swt/samples](https://github.com/AndyObtiva/glimmer-dsl-swt/samples) If you need a more GUI interactive option to experiment with Glimmer GUI DSL Syntax, you may try: - [Glimmer Meta-Sample (The Sample of Samples)](#samples): allows launching Glimmer samples and viewing/editing code to learn/experiment too. - ["Ugliest Editor Ever"](https://github.com/AndyObtiva/glimmer-cs-gladiator) - Just build your own GUI editor using the [Glimmer DSL for SWT Ruby Gem](https://rubygems.org/gems/glimmer-dsl-swt). ## License [MIT](LICENSE.txt) Copyright (c) 2007-2022 - Andy Maleh.
Version data entries
41 entries across 41 versions & 1 rubygems