An open API service indexing awesome lists of open source software.

https://github.com/mgriebling/mathrenderdemo

MathRenderDemo demonstrates the use of MathRender within a traditional storyboard controlled by a viewcontroller. Code is entirely written in Swift (except for the MathRender package). This demo is free of alien pods and the ensuing magical incantations that everyone hates. This same demo, although in Objective-C, is available from iosMath (with alien pods).
https://github.com/mgriebling/mathrenderdemo

equation latex math preview swift

Last synced: 3 months ago
JSON representation

MathRenderDemo demonstrates the use of MathRender within a traditional storyboard controlled by a viewcontroller. Code is entirely written in Swift (except for the MathRender package). This demo is free of alien pods and the ensuing magical incantations that everyone hates. This same demo, although in Objective-C, is available from iosMath (with alien pods).

Awesome Lists containing this project

README

        

# MathRenderDemo

`MathRenderDemo` demonstrates the use of [MathRender](https://github.com/mgriebling/MathRender.git) within a traditional
storyboard controlled by a viewcontroller. Code is entirely written in Swift (except for the `MathRender` package).
This demo is free of alien pods and the ensuing magical incantations that everyone hates.
This same demo, although in Objective-C, is available from [iosMath](https://travis-ci.org/kostub/iosMath) (with alien pods).

To use `MathRender` in your own code, just add the following package path to XCode: https://github.com/mgriebling/MathRender.git

## Examples
Here are screenshots of an iPad, iPhone, and Mac(catalyst) running the demo:

![iPad Screenshot](images/iPad.png)

![iPhone Screenshot](images/iPhone.png)

![Quadratic Formula](images/iMac.png)