Let me introduce Mathify, which is based on CSharpMath #269
Replies: 13 comments
The main focus of this project will be on CAS on which i working few years, i will integrate it very soon, will be something similar to Maple or Mathematica(wolfram) but very very light version of them. This beta version is just very basic layout changes based on CSharpMath just for testing math typing and saving png image... nothing more yet. |
|
Very nice app great work you have done! I have a question according to the input view of your app. |
|
Together we've made one of the best WYSIWYG math editors in the world. This is Mathify - AI Math Editor's demo using OCR scanning, then exporting into Unicode Math and inserting into word as editable expression! |
|
@hflexgrig Cool! Would you be willing to take over maintenance of this repository too? I don't think I'll return to maintain CSharpMath any time soon... |
I forked CSharpMath 6 years ago, and since then never rebased it, developed independently. Unfortunately after my primary job there's 1-2 hours available for Mathify which I'm doing as a hobby, and that time I'd like to implement backlog items I have. But once I finish with main goals, probably will start contributing on CSharpMath as well, of course I'd like to contribute. |
|
On Mathify I implemented SVG rendering, I'd like to contribute it also here, but I have M1 mac, and project is not compiling for me ( Here I'd like to attach source code part for svg export, please can someone just change namespaces and contribute into the repo here? This is the sample SVG generated by Mathify - AI Math Editor by running this unittest This helps me develop faster from unittests... hope it will help here as well |
|
@charlesroddie Any objections to adding @hflexgrig as a collaborator? I'd like more people to be able to approve pull requests. |
|
No objection. @hflexgrig do you want to be?
The core part of the project is now CSharpMath.CrossPlatform.slnf. Let me test that this dotnet builds ok and make sure we have an yml build for this that is not platform-dependent. |
|
@charlesroddie Now the solution should build everywhere given that the dotnet workloads are up to date. So I removed the slnf. One can always build individual projects if the solution build takes too long. |
That's a problem. Where is the core of the repo then now? Someone contributing a PR is responsible for getting core projects to compile not the entire set of projects in the repo. That was the condition for duplicate heads like avalonia, maui, to get merged. Repo needs another restructure perhaps but I thought I did this a while ago while updating. |
|
I guess I can add it back in #258 then - CSharpMath.Core.slnf? |
Sure, just a still busy on my primary projects, not sure would be able to actively contribute till end of September. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Android: https://play.google.com/store/apps/details?id=com.companyname.mathify
iOS: https://apps.apple.com/am/app/mathify-math-editor/id1549563845
Hi everyone , let me introduce Mathify project, which is on beta release yet, and mostly based on CSharpMath. Very soon i'm going to integrate CAS (Computer Algebra System) with it to make calculations and many more. You're welcome with any thoughts or suggestions.
All reactions