Three.js
p/three-js
WebGL made easy
Arthur Guiot

TheoremJS — A Math framework for computation in JavaScript

Featured
7

TheoremJS is a mathematical framework that is packed up with tons of useful mathematical functions. It is composed of functions in most mathematical fields such as algebra, number theory, statistics, etc... It was designed to fit your need, whatever you are trying to do.

Replies
Best
Alex Romero
Really cool. What's a common use case for it? I'm looking to perform better animations gsap.
Arthur Guiot
@b3bold As I said (in the website), this library is similar to numpy (a famous python library) but in javascript. It can run on the browser when you have a web app that uses a lot of math, ex: Google Sheet, Desmos, etc
Kasper Hägele
Are there export functions (eps?)
Arthur Guiot
@kazper I'm not sure, but I think you're talking about functions that you can import without importing the whole module right? The answer is no, the structure of the project doesn't allow export functions. But you can still create a PR or an issue if you want it to happens
Cassidy Williams
Looks really neat! Nice work! Can’t wait to play with it.
Babken Karapetyan
pretty interest.
Arthur Guiot
@babken_karapetyan Thank you very much 😊