ryanjones / multi-clip-monolith

Electron based multi-clip menu POC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-clip-monolith

Multi-clip for OSX

A minimalistic multi clip menu that works on mac.

The end goal...

A minimalistic multi clip menu that works the same on both mac and windows.

Build on Mac

  • Install node v8.4.0 (brew install node)
  • Clone repo
  • npm install
  • $(npm bin)/electron-rebuild
  • ```npm start`````

Build on Windows

  • Install node 6.11.5 (or 6.11.4) - https://nodejs.org/en/download/
  • npm install --global windows-build-tools --add-python-to-path=true
  • Install Visual Studio 2017 Community Edition
  • Create a new C++ project (install all default dependencies and make sure to include VC++ 2015.3 toolset)
  • All dependencies should be setup at this point
  • Clone repo
  • npm install
  • $(npm bin)/electron-rebuild
  • npm start

Support Devices

  • Surface Pro 3/4 - Windows 10 - 1709 - Display 150%
  • Macbook Air 2011 Sierra

License

(MIT)

License support

About

Electron based multi-clip menu POC

License:MIT License


Languages

Language:JavaScript 58.6%Language:Python 19.8%Language:HTML 16.2%Language:CSS 5.4%