Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
/ Blackroom Public archive

A buttery smooth lightbox image viewer for the desktop.

License

Notifications You must be signed in to change notification settings

yishn/Blackroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackroom

A buttery smooth lightbox image viewer for the desktop.

Remember those lightboxes that were all the hype in 2005? Ever wished you can preview image files in a lightbox on your desktop? Look no more! Download the latest version.

Screenshot

Building

Make sure you have Node.js and npm installed. First, clone Blackroom:

$ git clone https://github.com/yishn/Blackroom
$ cd Blackroom

Install electron-packager globally and the dependencies of Blackroom:

$ npm install electron-packager -g
$ npm install

You can build Blackroom on Windows by using:

$ npm run build:win

For macOS use:

$ npm run build:osx

The binaries will be in Blackroom/bin/.

Third Party Libraries

License

MIT