https://github.com/varunkumar/bb8-controller
An electron app for controlling BB8 with TouchBar
https://github.com/varunkumar/bb8-controller
Last synced: 8 months ago
JSON representation
An electron app for controlling BB8 with TouchBar
- Host: GitHub
- URL: https://github.com/varunkumar/bb8-controller
- Owner: varunkumar
- License: other
- Created: 2017-09-04T19:30:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T03:31:58.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:52:29.149Z (about 2 years ago)
- Language: JavaScript
- Size: 588 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
BB8 Controller
==============
BB8 Controller built using [Electron](https://electron.atom.io) with TouchBar interactions.
How to run?
-----------
```bash
# You need to have a Mac with TouchBar support for this
npm install
npm start # dev instance
npm package # package Mac app
```
License
-------
The source code is available [here](https://github.com/varunkumar/bb8-controller) under [MIT licence](http://varunkumar.mit-license.org/). Feel free to use any part of the code. Please send any bugs, feedback, complaints, patches to me at varunkumar[dot]n[at]gmail[dot]com.
-- [Varun](http://www.varunkumar.me)