leios / SoME_Topics

Collaboration / Topic requests for SoME
Other
212 stars 6 forks source link

Web based animated math expressions with React, React Spring and MathML. #179

Open AustinGoodman opened 2 years ago

AustinGoodman commented 2 years ago

About the author

Student of Computer Science and Physics. Looking to contribute something to SoMe :)

More details

I have started to work on a React library that allows you to define equations using MathML and produces animated transitions between the equations using React Spring. MathML is an experimental feature in most browsers but the current implementation in firefox seems good enough to be used practically.

The idea is that the fancy math transitions could be overlayed on a webgl canvas, so that anyone who wishes to make an animation with webgl (or whatever other web technologies) won't have to use separate software for the math text. This could be great for real-time interactive animations.

I currently have a prototype which you can see working in the video.

https://user-images.githubusercontent.com/49458812/174630755-ff6397ce-8c15-490b-86f7-32a4c4219ece.mp4

I'm looking for anyone with experience in React that would like to contribute.

Contact details

You can contact me on Discord: Eldar#2278 Or email: austinwashere646@hotmail.com

darkcheftar commented 2 years ago

Hey @AustinGoodman , would like to contribute.