All Projects → Hedgehog-Computing → Hedgehog Lab

Hedgehog-Computing / Hedgehog Lab

Licence: apache-2.0
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.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Hedgehog Lab

Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (-42.18%)
Mutual labels:  webgl, webgl2
Tfjs Core
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.
Stars: ✭ 8,514 (+373.79%)
Mutual labels:  webgl, gpu-acceleration
Sunset Cyberspace
🎮👾Retro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. 🕹
Stars: ✭ 54 (-96.99%)
Mutual labels:  webgl, webgl2
Webgl2 Fundamentals
WebGL 2 lessons starting from the basics
Stars: ✭ 912 (-49.25%)
Mutual labels:  webgl, webgl2
Threejs Starter
Stars: ✭ 89 (-95.05%)
Mutual labels:  webgl, webgl2
Pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Stars: ✭ 34,982 (+1846.69%)
Mutual labels:  webgl, data-visualization
React Ape
🦍• [Work in Progress] React Renderer to build UI interfaces using canvas/WebGL
Stars: ✭ 1,183 (-34.17%)
Mutual labels:  webgl, webgl2
Picogl.js
A minimal WebGL 2 rendering library
Stars: ✭ 671 (-62.66%)
Mutual labels:  webgl, webgl2
Helixjs
A Javascript 3D game engine.
Stars: ✭ 84 (-95.33%)
Mutual labels:  webgl, webgl2
Three Forcegraph
Force-directed graph as a ThreeJS 3d object
Stars: ✭ 84 (-95.33%)
Mutual labels:  webgl, data-visualization
Layaair
LayaAir is an open-source 2D/3D engine. LayaAir Engine is designed for high performance games.LayaAir support TypeScript and JavaScript、ActionScript 3.0 programming language.Can develop once, publish for multi platform.
Stars: ✭ 791 (-55.98%)
Mutual labels:  webgl, webgl2
3d Force Graph Vr
3D force-directed graph component in VR
Stars: ✭ 112 (-93.77%)
Mutual labels:  webgl, data-visualization
Engine
Fast and lightweight JavaScript game engine built on WebGL and glTF
Stars: ✭ 6,890 (+283.42%)
Mutual labels:  webgl, webgl2
Awesome Creative Coding
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Stars: ✭ 8,696 (+383.92%)
Mutual labels:  webgl, data-visualization
React Map Gl
React friendly API wrapper around MapboxGL JS
Stars: ✭ 6,244 (+247.47%)
Mutual labels:  webgl, data-visualization
Deep Viz
A React component library, providing concise and beautiful diversity charts with Canvas, SVG, E-map, WebGL, Dom, based on data visualization experience and commercial data display practice.
Stars: ✭ 55 (-96.94%)
Mutual labels:  webgl, data-visualization
Butterchurn
Butterchurn is a WebGL implementation of the Milkdrop Visualizer
Stars: ✭ 592 (-67.06%)
Mutual labels:  webgl, webgl2
Spector.js
Explore and Troubleshoot your WebGL scenes with ease.
Stars: ✭ 599 (-66.67%)
Mutual labels:  webgl, webgl2
Deck.gl
WebGL2 powered visualization framework
Stars: ✭ 9,304 (+417.75%)
Mutual labels:  webgl, data-visualization
Medium
Progressive WebGL toolkit for art.
Stars: ✭ 90 (-94.99%)
Mutual labels:  webgl, webgl2

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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].