Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahdinosaur/boot-to-electron
https://github.com/ahdinosaur/boot-to-electron
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahdinosaur/boot-to-electron
- Owner: ahdinosaur
- Created: 2016-02-15T11:41:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T09:50:18.000Z (over 8 years ago)
- Last Synced: 2024-10-20T04:40:26.008Z (25 days ago)
- Size: 1000 Bytes
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boot to electron
## idea
what if it was easy to boot linux to an electron app?
*simplified version of [`webkit-window-manager`](https://github.com/ahdinosaur/webkit-window-manager)*
## why?
i want to
- play visuals with an [led controller](https://github.com/ahdinosaur/pj)
- record audio with an [audio recorder](https://github.com/ahdinosaur/hardware-recorder)with a [BeagleBone](http://www.seeedstudio.com/wiki/Beaglebone_green). i can get the usb hardware communication working, so now i want to be able to control it with having to reflash. i was thinking of hosting a web page, but why not interface with the hardware directly via a touch screen?
## how?
use [`Simple-CDD`](https://wiki.debian.org/Simple-CDD/Howto) [Debian](https://debian.org/) installer and [`bspwm`](https://github.com/baskerville/bspwm) window manager to boot to an [`electron`](http://electron.atom.io/) app.