All Projects → atdrago → Negative

atdrago / Negative

Licence: mit
An app for making visual comparisons

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Negative

Lepton
💻 Democratizing Snippet Management (macOS/Win/Linux)
Stars: ✭ 9,067 (+7784.35%)
Mutual labels:  electron-app
Runjs
A JavaScript playground that auto-evaluates as you type
Stars: ✭ 1,266 (+1000.87%)
Mutual labels:  electron-app
Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (-12.17%)
Mutual labels:  electron-app
Ytdownloader
Youtube Video Downloader&Converter and Play Music
Stars: ✭ 71 (-38.26%)
Mutual labels:  electron-app
Yaradio Yamusic
Yandex Radio + Yandex Music desktop application ----------------------------- Неофициальное десктопное приложение для Яндекс Радио + Яндекс Музыка
Stars: ✭ 78 (-32.17%)
Mutual labels:  electron-app
Musictube Player
MusicTube Player is an electron desktop application for YouTube Music, with media key support & desktop notifications.
Stars: ✭ 90 (-21.74%)
Mutual labels:  electron-app
Wip Menubar
🚧 WIP Menubar
Stars: ✭ 65 (-43.48%)
Mutual labels:  electron-app
Coursehunt
Download free videos by coursehunters.net using the Electron application
Stars: ✭ 111 (-3.48%)
Mutual labels:  electron-app
Caption
Get Caption, start watching.
Stars: ✭ 1,258 (+993.91%)
Mutual labels:  electron-app
Squid Tracks
An Unofficial Desktop Client for Splatnet2
Stars: ✭ 100 (-13.04%)
Mutual labels:  electron-app
Webamp Desktop
Cross-platform (Win, Mac, Linux) desktop version of Winamp 2.9 reimplementation
Stars: ✭ 71 (-38.26%)
Mutual labels:  electron-app
Menubar Brightness
MacOS app to change the screen brightness on the menubar.
Stars: ✭ 77 (-33.04%)
Mutual labels:  electron-app
Doge
Darknet Osint Graph Explorer
Stars: ✭ 93 (-19.13%)
Mutual labels:  electron-app
Zy Player
▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞
Stars: ✭ 10,473 (+9006.96%)
Mutual labels:  electron-app
Store Pos
Point of Sale Desktop App built with Electron
Stars: ✭ 103 (-10.43%)
Mutual labels:  electron-app
Hexoeditor
this markdown Editor for hexo blog
Stars: ✭ 1,141 (+892.17%)
Mutual labels:  electron-app
Piece
📜 Less equals more. A neat and elegant app for temporary note-taking.
Stars: ✭ 86 (-25.22%)
Mutual labels:  electron-app
Evnestoreplatform
📱Electronic commerce iOS APP framework
Stars: ✭ 112 (-2.61%)
Mutual labels:  electron-app
Qlens
QLens is an electron app which dynamically generates GraphQL Schemas and Mongo Schema visualization. QLens significantly cuts development time by automating the formation of their GraphQL schemas based on information fetched from their non-relational database.
Stars: ✭ 110 (-4.35%)
Mutual labels:  electron-app
Bookmark
[NOT MAINTAINED] Desktop app to manage bookmarked links using Atom Electron and Vue.js.
Stars: ✭ 97 (-15.65%)
Mutual labels:  electron-app

Negative

An app for making visual comparisons.

Negative Usage

Follow @NegativeJS on Twitter for important updates.

Download

User Documentation

Please check negative/releases for details on changes between versions.

Contributing

All contributions are welcome!! Please check negative/issues for things that need attention, or feel free to create your own. Please make sure you create an issue first, and then do the work and a submit a PR.

Build Negative.app

Currently only Mac OS X is supported.

  1. Install Node.js >= v8
  2. git clone https://github.com/atdrago/negative.git
  3. cd negative
  4. npm install
  5. npm run build
  6. Locate and copy dist/Negative-darwin-x64/Negative.app to your Applications folder

Testing

Important: Tests get run against the built app. If you are attempting to run tests and the results are not what you expected, you need to npm run build again.

  1. npm run build
  2. npm test

Developing

Compiling

  • gulp - Compile, combine, and minify files for the renderer process. This isn't necessary for files in the main process. Make sure this is running when working on UI.

NPM Scripts

  • npm start - Start the app with the following environment variables:
    • NODE_ENV=development
    • ELECTRON_ENABLE_LOGGING=true
    • ELECTRON_ENABLE_STACK_DUMPING=true
  • npm run build - Build the production app
    1. Compiles JavaScript and Sass
    2. Copies necessary files to ./release/
    3. Runs npm install --production in ./release/
    4. Builds the app moves it to ./dist/
  • npm run lint - Run ESLint
  • npm test - Run Mocha tests
  • npm run travis
    1. Run build
    2. Run test
  • npm run open - Starts the app from dist/Negative-darwin-x64/Negative.app
  • npm run build-artifacts
    1. Run build-sign
    2. Create dist/Negative-darwin-x64/Negative-v0.10.3.dmg
    3. Create dist/Negative-darwin-x64/Negative-v0.10.3-mac.zip

About

Created by Adam Drago. Built on Electron.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].