项目作者: quxios

项目描述 :
Sprite Animator App created with Electron and React.js
高级语言: JavaScript
项目地址: git://github.com/quxios/QSpriteEditor.git
创建时间: 2016-08-28T03:12:50Z
项目社区:https://github.com/quxios/QSpriteEditor

开源协议:

下载


QSprite Editor 3.0.9

How to run

With Electron

  1. Download or Clone the repo
  2. Open command prompt and cd to the folder containing package.json ( not the package.json inside the app folder! )
  3. Install the dependencies by using the cli

    npm install

  4. Run the app with electron by using the cli

    npm start

From Prebuild

Download a prebuilt then run the
QSprite shortcut or .exe in the app folder

Building

Two Scripts are included to build:

build:w64 and build:w32 will build for Windows 64bit and 32bit

To use, run the cli

npm run build:w64 or npm run build:w32

( That’s assuming you’re in the package.json directory, if not cd to that directory )

Instructions

Can be found by click on the help button in the editor or here