GitXplorerGitXplorer
p

lens-photo-app

public
20 stars
9 forks
1 issues

Commits

List of commits on branch master.
Unverified
955ea8c43a5abf91f723e3d8f1c66f5ac0f45bae

Added file:// to image path, fixes #2

ppaulbjensen committed 8 years ago
Unverified
8680478b5da0b414bc2651f27be77bb1ddf3bc8b

Another little adjustment

ppaulbjensen committed 9 years ago
Unverified
3d07a5e7489c6be8c4d34b8c3f9887f51a082c5a

Removed a bit of redundant code

ppaulbjensen committed 9 years ago
Unverified
d065332501e3618a13d1b655abba40d696a32680

Merge branch 'master' of github.com:paulbjensen/lens-photo-app

ppaulbjensen committed 9 years ago
Unverified
a56745a850545db008f72eb7024e1f8a07118c7d

Step 17 - Added menu option for loading another folder

ppaulbjensen committed 9 years ago
Unverified
aac8587e7ab7029d045ea9b0e608e3908b5c2d8d

Step 16 - Added image lazy loading with Echo for better image loading performance.

ppaulbjensen committed 9 years ago

README

The README file for this repository.

Lens

A desktop photo app, created for a tutorial on Scotch.io

Installation

Make sure that you have Node.js installed, and the following global npm dependencies:

  • nw
  • nw-builder

You can install these globally with the following command:

npm install -g nw nw-builder

Next, after checking out the repo, change directory into it, and run the following command:

npm install

Next, run NW.js on it:

nw

If you want to then build a binary version for your computer, run the following command:

nwbuild -p win32,win64,osx32,osx64,linux32,linux64 PATH_TO_LENS_FOLDER

About

My name is Paul Jensen. I'm the founder of Anephenix, the lead developer of the SocketStream web framework, and the creator of Dashku, an open source realtime dashboard. I'm based in Amsterdam, and I'm currently writing a book on NW.js for Manning Publications - "NW.js in Action":