Giter VIP home page Giter VIP logo

glimmer-cs-timer's Introduction

Glimmer Timer

             Mac Version

glimmer-timer-screenshot

             Windows Version


             glimmer-timer-screenshot-windows




             Linux Version


             glimmer-timer-screenshot-linux


Glimmer Timer is a sample desktop GUI application built with Glimmer (JRuby Desktop Development GUI Library).

It supports a countdown timer.

Download Mac Version

Download Windows Version

Usage

App Installer

Download and install the right installer for your platform:

Run by simply opening up the Timer application installed on your system.

Command Gem

The timer command can be obtained from the glimmer-cs-timer JRuby gem and works on Mac, Windows and Linux:

  • Ensure Glimmer pre-requisites
  • gem install glimmer-cs-timer (if you don't have RVM, then prefix with jruby -S or run jgem instead)
  • timer

Tutorial

How To Write a Glimmer Timer Desktop App in One Hour

Development

Pre-requisites

If you would like to reuse as a library instead of a standalone application, here are the pre-requisites needed:

Setup

To setup for use in another Glimmer application, Glimmer custom shell, or another Glimmer custom widget, follow the instructions below.

Glimmer Application

Add the following to a Glimmer application Gemfile:

gem 'glimmer-cs-timer', '1.2.0'

Run:

jruby -S bundle

(or just bundle if using RVM)

Glimmer Custom Shell or Glimmer Custom Widget

When reusing in a Glimmer custom shell or custom widget, you can follow the same steps for Glimmer application, and then add a require statement to your library file:

require 'glimmer-cs-timer'
# ... more require statements follow

Change Log

CHANGELOG.md

Contributing to glimmer-cs-timer

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Ensure Glimmer pre-requisites
  • gem install bundler (if you don't have RVM, then prefix with jruby -S or run jgem instead)
  • bundle
  • Run app via bin/timer or glimmer bin/glimmer-cs-timer to ensure it works.
  • Commit and push until you are happy with your contribution.
  • If the changes include highly sophisticated pure model logic, then please cover it with rspec tests.

Copyright

MIT

Copyright (c) 2020-2021 Andy Maleh.

--

Built with Glimmer DSL for SWT (JRuby Desktop Development GUI Framework)

Icon made by Freepik from www.flaticon.com

glimmer-cs-timer's People

Contributors

andyobtiva avatar

Watchers

James Cloos avatar

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.