All Projects → stevenpetryk → mafs

stevenpetryk / mafs

Licence: MIT license
React components for math visualization

Programming Languages

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

Projects that are alternatives of or similar to mafs

BUPT-ICS-Courseware
北京邮电大学 数学系 信息与计算科学专业 课件
Stars: ✭ 76 (-75.87%)
Mutual labels:  math
spatialmath-matlab
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 142 (-54.92%)
Mutual labels:  math
python-markdown-math
Math extension for Python-Markdown
Stars: ✭ 98 (-68.89%)
Mutual labels:  math
LaTeXStrings.jl
convenient input and display of LaTeX equation strings for the Julia language
Stars: ✭ 152 (-51.75%)
Mutual labels:  math
Numbase
Arbitrary number base converter.
Stars: ✭ 22 (-93.02%)
Mutual labels:  math
autodiff
A .NET library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
Stars: ✭ 69 (-78.1%)
Mutual labels:  math
my-math-notes
All of my math stuff from grad school.
Stars: ✭ 41 (-86.98%)
Mutual labels:  math
Program-Matematika
Program Matematika adalah sebuah repository GitHub yang berisi program yang dapat memudahkan para pelajar atau guru dalam menyelesaikan masalah Matematika dengan Terminal
Stars: ✭ 15 (-95.24%)
Mutual labels:  math
finmath
The collections of simple, weighted, exponential, smoothed moving averages.
Stars: ✭ 49 (-84.44%)
Mutual labels:  math
math
Math snippets with graphic programming in mind.
Stars: ✭ 97 (-69.21%)
Mutual labels:  math
arogozhnikov.github.io
'Brilliantly wrong' blog, Machine Learning visualizations live here
Stars: ✭ 120 (-61.9%)
Mutual labels:  math
Angles.js
Angles.js is a collection of functions to work with angles
Stars: ✭ 16 (-94.92%)
Mutual labels:  math
hfmath
Render LaTeX math with Hershey Fonts
Stars: ✭ 76 (-75.87%)
Mutual labels:  math
autoscheduler
Staffjoy Suite (V1) Deprecated Microservice - Original autoscheduling algorithm, which combines shift creation and assignment. No longer compatible with open-source suite.
Stars: ✭ 68 (-78.41%)
Mutual labels:  math
node calculator
Create Maya node-network by entering a math-formula.
Stars: ✭ 56 (-82.22%)
Mutual labels:  math
rclc
Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support
Stars: ✭ 24 (-92.38%)
Mutual labels:  math
sblas
Scala Native BLAS (Basic Linear Algebra Subprograms) supporting Linux and macOS
Stars: ✭ 25 (-92.06%)
Mutual labels:  math
ign-math
General purpose math library for robot applications.
Stars: ✭ 35 (-88.89%)
Mutual labels:  math
ParticleLib
一个用于Minecraft Particle的类库
Stars: ✭ 19 (-93.97%)
Mutual labels:  math
qwack
A modern quantitative finance framework that makes the complex simple
Stars: ✭ 18 (-94.29%)
Mutual labels:  math

Mafs

Mafs is a set of opinionated React components for creating math visualizations.

Visit the docs →


Development

Development is done inside of the Gatsby documentation site, which directly imports Mafs components from src/. To start the development server, run:

yarn start

Then visit localhost:8000.

Tests

Mafs uses visual regression testing to ensure consistency between updates. This means that it takes literal screenshots of components as rendered by the browser, and compares them to a known "correct" screenshot.

Currently, these tests are limited to static screenshots—the SVG output of Mafs is rendered to a string and plopped onto a Puppeteer page. This means that interactive things and animations don't work yet.

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