sketchglass / azurite

painting app for Electron [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azurite

Casual Painting App in Electron

CircleCI

Screenshot

Prerequisites

  • Node.js

Windows

  • Python 2.7 / Visual C++ (for building native modules with node-gyp)

Build

npm install
npm run watch

Build native code

npm run build:nativelib # rebuild entirely
npm run node-gyp:build # build changed files only

Run App

npm run app

Test

npm test

with webpack devserver

# assuming you are running `npm run watch`
npm run test:dev

Package app

npm run package

The packaged app will be in /build.

About

painting app for Electron [WIP]


Languages

Language:TypeScript 91.7%Language:CSS 5.3%Language:GLSL 1.1%Language:JavaScript 0.9%Language:C++ 0.6%Language:Objective-C++ 0.4%Language:Python 0.1%