6 skills found
kostub / IosMathBeautiful math equation rendering on iOS and MacOS
verybadcat / CSharpMathLaTeX. in C#. (ported from the wonderful iosMath project).
mgriebling / SwiftMathSwiftMath provides a full Swift implementation of iosMath for displaying beautifully rendered math equations in iOS and MacOS applications. It typesets formulae written using LaTeX math mode in a UILabel equivalent class.
mgriebling / SwiftMathDemoSwiftMathDemo demonstrates the use of SwiftMath using SwiftUI. The same code runs on Macs, iPhones, and iPads. Code is entirely written in Swift. The MathView.swift file provides a SwiftMath interface to SwiftUI.
Kishimotovn / IOSMathSwiftSwift version of iOSMath to parse latex
mgriebling / MathRenderMathRender provides a Swift package interface to the guts of iosMath for displaying beautifully rendered math equations in iOS and MacOS applications. It typesets formulae written using LaTeX in a UILabel equivalent class. It uses the same typesetting rules as LaTeX and so the equations are rendered exactly as LaTeX would render them.