/Browser

JavaScript Implementation of JoBase

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

JoBase Browser

This package is being outdated, JoBase now works in WebAssembly.

This is a JavaScript implementation of JoBase in the browser. Although it is almost equivelant to the JoBase Python package, the physics engine is not supported. Please visit jobase.org/Browser to see it in action. The main source code is in the file JoBase/__init__.js.

If you would like to develop this project locally, you need npm installed. Clone this repository, navigate to the folder and run the following commands.

git clone https://github.com/skulpt/skulpt.git
npm --prefix skulpt install

To generate source files, type npm start. The files in the dist folder will be updated.