Skip to content

bainer125/campfire-hci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Campfire-Hci

Code related to HCI extensions for the IDEA Campfire

How to run

  1. cd ./../path/to/campfire-hci
  2. cd wrangler
  3. npm install
  4. electron . If there are compatibility errors with electron, run this command in the directory of package.json.
npm rebuild --runtime=electron --target=1.8.2 --disturl=https://atom.io/download/atom-shell --abi=48

How to include mouse utils

  1. npm install @campfirehci/mouseutil
  2. include in app.js
var mouseutil = require('campfirehci/mouseutill')({ "arguments": values });

Additional dependencies:

  1. Node.js
  2. Electron.js

FOR FRESH INSTALLS ONLY

  1. MSBuildTools
  2. Python 2.7
    • set PYTHON path variable to C:/../path/to/Python27.exe
    • OR npm install --global --production windows-build-tools
  3. Node-Gyp

About

Code related to HCI extensions for the IDEA Campfire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%