Skip to content

SophonLab/art-builder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sophon-art-builder

Sophon Art Builder is an Electron application for blending styling into local images.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
# Go into the repository
cd art-builder
# Install dependencies
npm install
# Run the app
npm start

Package

Wine is required on Mac to package windows versions.

# for the first time
brew install wine

npm run pack

Resources for Learning Electron

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.