Skip to content

Commit

Permalink
Init, kind of
Browse files Browse the repository at this point in the history
Changed to custom compiled version of bootstrap
Updated version number to 0.1.7
  • Loading branch information
counteragent committed Jul 3, 2017
0 parents commit ae64534
Show file tree
Hide file tree
Showing 47 changed files with 11,886 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@

node_modules/
dist/
674 changes: 674 additions & 0 deletions LICENSE.text

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions README.md
@@ -0,0 +1,25 @@
# KH Camera Control
PTZ Camera Control Software for Kingdom Halls (Electron App)

This project is made for the PTZOptics line of IP Cameras.

All the components of this project are built using web technologies. Javascript, HTML, CSS, etc. It can be used in it's basic form as Javascript, HTML, and CSS. However, it includes all the additional files necessary to create your own electron based app package.

If you have any bugs or issues to report, please post them [here](https://github.com/counteragent/Camera-Control/issues).

## Building the Electron App

In order to build the Electron app you'll need the following:
- GIT and Node.js: Just use [npm](http://npmjs.com), it includes both and is easiest
- Electron: Follow the instructions found here: http://electron.atom.io/ or here: [Electron Quick Start](https://github.com/atom/electron-quick-start/blob/master/README.md#to-use)

It's not required, but I found it much easier to use these packages as well:
- [electron-packager](https://github.com/maxogden/electron-packager#installation)
- [electron-builder](https://github.com/loopline-systems/electron-builder#install)

When building on MacOS, you'll need to install [Wine](https://www.winehq.org/)
- The easiest way is to install via [Homebrew](https://brew.sh/)
- `brew cask install xquartz`
- `brew install wine`

Once you're ready to build the final app just use command `npm run dist`
Binary file added assets/osx/icon.icns
Binary file not shown.
Binary file added assets/win/icon.ico
Binary file not shown.
Binary file added build/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.

0 comments on commit ae64534

Please sign in to comment.