Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hedgehog-computing/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.
https://github.com/hedgehog-computing/hedgehog-lab
computer-algebra data-visualization gpu-acceleration javascript latex machine-learning matrix-library scientific-computing symbolic-computation tex webgl webgl2
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hedgehog-computing/hedgehog-lab
- Owner: Hedgehog-Computing
- License: apache-2.0
- Created: 2020-05-13T05:40:18.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-02T16:29:14.000Z (7 months ago)
- Last Synced: 2024-10-11T21:03:09.243Z (about 1 month ago)
- Topics: computer-algebra, data-visualization, gpu-acceleration, javascript, latex, machine-learning, matrix-library, scientific-computing, symbolic-computation, tex, webgl, webgl2
- Language: TypeScript
- Homepage: https://hlab.app
- Size: 28.3 MB
- Stars: 2,368
- Watchers: 53
- Forks: 142
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hedgehog Lab
[Hedgehog Lab](https://hlab.app/) is an open source scientific computation tool in the browser.
Try it at [https://hlab.app/](https://hlab.app/).
Join our community at [**Discord server**](https://discord.com/invite/Ty896QK3aT)
## Installation
[Dev channel for development branch](https://github.com/Hedgehog-Computing/hedgehog-lab/tree/dev)
```bash
# 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`](https://yarnpkg.com/)
Once cloned, switch to the dev branch and navigate to the folder by typing `cd hedgehog-lab` and then running the
following commands:```bash
# 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/](https://hedgehog-computing.github.io/)
## Contributing
Read our [contributing guide](CONTRIBUTING.md) to learn how to develop the project.
## License
This project is licensed under the terms of the [Apache-2.0 License](LICENSE).