/Sequential-3

A reusable, cross-platform image viewing system.

Primary LanguageC

Sequential 3

client/: Reusable browser-based image viewer
mac/: Sequential 3 server in a standalone Mac application
sequential-web/: Sequential 3 server designed for public hosting with user-uploaded content (Node.js)
command-line/: Portable Sequential 3 server designed for local hosting (Node.js)

deps/: Various dependencies
resources/: Design documents and other files

Building
Build the code in the directory you are interested in, command-line, mac, or sequential-web. You don't need to manually build the code in client or in directories you aren't interested in.

Using the command-line interface
First make sure to run make(1). Then run index.js to start the server. Then run open.js [path] to open a local path. Thumbnail generation TBD.

License/copying information is included with the specific folder or file.