Skip to content

pencilbox-vm/runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PencilBox

PencilBox is a Virtual Machine for HTML canvas plotting.

What is this repository for

PencilBox is a virtual machine running in browser. It provides canvas plotting for other programming languages and platform(C#, Python, etc).

Environment

Chrome, Firefox, IE9+

How to build

npm install
npm run build

How to use

You need to build the pencilbox-vm.js file before using it.

target doc/file to check
plot graph test/basic.html
using function test/func.js
using generated bytecodes test/interactive.html
interactive with events test/interactive.html

Specification

specification