Skip to content

Commit

Permalink
Cleaned files, window size, license clarified.
Browse files Browse the repository at this point in the history
  • Loading branch information
emarc committed Oct 17, 2016
1 parent 74203d2 commit 330f07d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 66 deletions.
8 changes: 5 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Copyright Marc Englund 2016

Released under the GNU General Public License (see LICENSE-GPL.txt)

The values used in the color matrixes are copyright Matthew Wickline
and the Human-Computer Interaction Resource Network, and are available
for non-commercial use.
The color matrixes in use are from the (now defunct) nofunc.com color
Matrix Library. They produce the same results as the previous version
of Chrometric, which used simulations copyright Matthew Wickline and
the Human-Computer Interaction Resource Network, and are available for
non-commercial use.
For commercial use, please contact the Human-Computer Interaction
Resource Network http:https://hcirn.com/
For details, see
Expand Down
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Copyright Marc Englund 2016

Released under the GNU General Public License (see LICENSE-GPL.txt)

The matrixes pertaining to color blindness in Filters.java are are
copyright Matthew Wickline and the Human-Computer Interaction Resource
Network, and are available for non-commercial use.
The color matrixes in use are from the (now defunct) nofunc.com color
Matrix Library. They produce the same results as the previous version
of Chrometric, which used simulations copyright Matthew Wickline and
the Human-Computer Interaction Resource Network, and are available for
non-commercial use.
For commercial use, please contact the Human-Computer Interaction
Resource Network http:https://hcirn.com/
For details, see
Expand Down
56 changes: 0 additions & 56 deletions browser.html

This file was deleted.

7 changes: 3 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ let win;

function start() {

win = new BrowserWindow({ width: 800, height: 600 });
win = new BrowserWindow({ width: 960, height: 640 });

// win.loadURL(`file:https://${__dirname}/browser.html`);
win.loadURL(`file:https://${__dirname}/ui/index.html`);
win.loadURL(`file:https://${__dirname}/ui/index.html`);

// Open the DevTools.
win.webContents.openDevTools();
//win.webContents.openDevTools();

// Closing window
win.on('closed', () => {
Expand Down

0 comments on commit 330f07d

Please sign in to comment.