Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open-Source Swift Implementation for the Editor #2

Open
swiftly-viper opened this issue Jun 21, 2024 · 8 comments
Open

Open-Source Swift Implementation for the Editor #2

swiftly-viper opened this issue Jun 21, 2024 · 8 comments

Comments

@swiftly-viper
Copy link

Hi!

I recently purchased the TechniCalc app on the App Store and was highly impressed—definitely a 5/5 rating from me.

I am particularly interested in the "TechniCalc Editor," which appears to be the only truly interactive editor of its kind (responsive to touch from finger/cursor). I've been looking for an open-source version or something similar to learn from. I've checked your ReadMe and attempted to figure it out on my own but faced some challenges trying to translate it into Swift.

Could you please let me know if there is an open-source version available, or if there are plans to release one in Swift? Any guidance or resources you could share would be greatly appreciated.

Thank you for your time and for developing such an awesome tool!

@jacobp100
Copy link
Owner

Thank you for your support 😁

No plans personally to port this to swift, but if you follow @aheze, he is working on something similar in Swift

@swiftly-viper
Copy link
Author

All good, thank you for the reply!

@swiftly-viper
Copy link
Author

Reopening just in case @aheze adds any advice

@swiftly-viper swiftly-viper reopened this Jun 21, 2024
@jacobp100
Copy link
Owner

Follow him on Twitter. He posts about the progress occasionally

@swiftly-viper
Copy link
Author

Will do, thank you!

@aheze
Copy link

aheze commented Jun 22, 2024

Currently I’m not planning on open sourcing it but it’s just a SwiftUI tree. The hard part is the gestures and edge cases, but getting the math to display shouldn’t be too bad. Can send u snippets if u want.

@jacobp100
Copy link
Owner

jacobp100 commented Jun 22, 2024

Other than this then, there’s also https://github.com/kostub/iosMath

The actual rendering for TechniCalc just uses MathJax. It’s react native so was JS anyway

@swiftly-viper
Copy link
Author

I would immensely appreciate any snippets you can send, thank you for the reply! @aheze

Thank you @jacobp100 for the additional advice as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants