odysa / hedgehog-lab

Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.

Home Page:https://hedgehog-lab.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hedgehog Lab

Hedgehog Lab is an open source scientific computation tool in the browser.

Try it at https://hedgehog-lab.github.io/ or https://hhlab.dev.

Installation

Master channel for stable branch
Dev channel for development branch

# Clone the repo

# Using HTTPS
git clone https://github.com/lidangzzz/hedgehog-lab.git

# Using SSH
git clone git@github.com:lidangzzz/hedgehog-lab.git

Once cloned, switch to the master branch and navigate to the folder by typing cd hedgehog-lab and then running the following commands:

# Switch to the master branch
git checkout master

# If you are the developer, pls switch to the dev branch
git checkout dev

# Install all project dependencies
yarn install

# Start the project
yarn watch

User Manual

Hedgehog Book: https://hedgehog-book.github.io/

Contributing

Read our contributing guide to learn how to develop the project.

License

This project is licensed under the terms of the Apache-2.0 License.

About

Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.

https://hedgehog-lab.github.io/

License:Apache License 2.0


Languages

Language:TypeScript 96.7%Language:CSS 1.3%Language:JavaScript 1.1%Language:HTML 0.7%Language:Shell 0.1%