ccckmit / g6

JavaScript Graphics Library like matplotpy (run on Electron.js)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g6 -- GUI for node.js

Install

  1. Make sure you have install Electron.js in global mode.
  2. Git clone this project and install it.
$ npm intall electron -g
$ git clone https://github.com/ccckmit/g6.git
$ cd g6
$ npm install

Run

Example 1 :

$ electron . demo/chartDemo.js

Example 2 :

$ electron . demo/imageDemo.js > imageDemo.out

About

JavaScript Graphics Library like matplotpy (run on Electron.js)

License:Other


Languages

Language:JavaScript 97.7%Language:CSS 1.7%Language:HTML 0.6%