Home
Softono
hedgehog-lab

hedgehog-lab

Open source Apache-2.0 TypeScript
2.4K
Stars
137
Forks
44
Issues
52
Watchers
2 years
Last Commit

About 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.

Platforms

Web Self-hosted

Languages

TypeScript

Hedgehog Lab

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

Try it at https://hlab.app/.

Join our community at Discord server

Installation

Dev channel for development branch

# Clone the repo

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

# Using SSH
git clone [email protected]:Hedgehog-Computing/hedgehog-lab.git

Common install

Before the developing, Pleases make sure you are already install and enabled the yarn
Once cloned, switch to the dev branch and navigate to the folder by typing cd hedgehog-lab and then running the following commands:

# 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

On each run the program compiles, and it takes time. Please wait a few minutes and refresh the page.

User Manual

Hedgehog Book: https://hedgehog-computing.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.