1.0.5 • Published 6 years ago

hypergravity v1.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

Hypergravity - gravity simulation in Hyper terminal

Animated demo

How to install and use it

  1. Open ~/.hyper.js and add hypergravity in the proper place:
  plugins: [
    // some other plugins
    'hypergravity'
  ],
  1. Run Hyper and press Command + G (or Control + G on Linux and Windows) to toggle gravity mode!

How to run it for development

  1. Clone the repo to ~/.hyper_plugins/local/hypergravity
  2. Go to hypergravity folder.
  3. Run yarn to install the dependencies.
  4. Add this to your .hyper.js:
  localPlugins: [
    // maybe some other local plugins
    'hypergravity'
  ],
  1. At the beginning and after each change in source files, run yarn build to (re)build index.js which is in fact loaded by Hyper.
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago