Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 11 TypeScript Mathematic Projects
-
Project mention: Constrain – Interactive figures using declarative constraint solving | news.ycombinator.com | 2023-01-15
I love the idea, although it doesn't seem to perform very smoothly, even on simple examples. A related project is Penrose [^1], except the latter isn't interactive.
-
Github's implementation is really lazy. There are many much better approaches to precisely this problem. E.g., Jupyter notebooks implement one that has matured in the wild over a decade. There's this very flexible markdown-it plugin that implements anther https://github.com/goessner/markdown-it-texmath, and my version of it here https://github.com/sagemathinc/cocalc/blob/master/src/packag... which I rewrote in typescript with a focus on the same semantics as Jupyter has, but for CoCalc, and I've been working on using unifiedjs to provide more general latex for Markdown (not just formulas) here https://github.com/sagemathinc/cocalc/pull/5982 Parsing math is much easier if you use a plugin to an existing markdown parser, rather than trying to do some hack outside of that (which is what Github probably does, and also what Jupyter does).
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: What are your favorite English, math, and science teaching websites? | reddit.com/r/CanadianTeachers | 2023-01-30
-
noteworthy
Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
-
-
You could try Mathpad, It adds support for graphs and moght make for faster LaTeX.
-
fourier-series
A web app demonstrating how the Fourier series can be used to approximate user-inputted line drawing
Project mention: I made a program that takes a line drawing and tries to replicate it using spinning vectors stacked end to end with the Fourier series | reddit.com/r/javascript | 2022-06-13 -
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
Project mention: BloatedMath - An Extensive General-purpose TypeScript Math Library | reddit.com/r/programming | 2022-08-03
-
TypeScript Mathematics related posts
- Appunti su pc o carta
- What are your favorite English, math, and science teaching websites?
- Constrain – Interactive figures using declarative constraint solving
- Software to produce math illustrations
- Are there any online educational resources for math/science students available in both english and ukrainan?
- What graphing software do you use? Why do you like it?
- BloatedMath - An Extensive General-purpose TypeScript Math Library
-
A note from our sponsor - Sonar
www.sonarsource.com | 5 Feb 2023
Index
What are some of the best open-source Mathematic projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | penrose | 5,599 |
2 | cocalc | 1,024 |
3 | textbooks | 332 |
4 | noteworthy | 181 |
5 | coc-calc | 85 |
6 | obsidian-mathpad | 31 |
7 | fourier-series | 31 |
8 | curve-shortening-demo | 20 |
9 | Bruhat-Tits-Tree-Visualiser | 3 |
10 | BloatedMath | 1 |
11 | sumproduct-proto | 0 |