Skip to content

Commit 331d07e

Browse files
committed
added README
1 parent 19fbfac commit 331d07e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Update 6/1: WWDC21 Swift Student Challenge Winner
2+
3+
## MultiCalc
4+
5+
MultiCalc is a multi-purpose calculator that consists of a handwriting-based expression solver and a graphing calculator.
6+
7+
Both the handwriting and graphing calculators were written from scratch. The handwriting calculator was written with Vision and PencilKit while the Graphing calculator uses Core Graphics.
8+
9+
Both calculators use a custom-written EquationParser module which uses a String expression and breaks it up into a set of recursive two-term operations which can be solved with a simple invokation
10+
11+
The graphing calculator uses a variable-based implementation of the EquationParser module, which allows for a solve invocation with a supplied number for the variable
12+
13+
The code is extensively documented should you choose to view it and a .zip file has been attached in the releases section. I would love to hear any feedback!

0 commit comments

Comments
 (0)