We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f70d5 commit 6adea47Copy full SHA for 6adea47
README.md
@@ -7,7 +7,7 @@ A graphing calculator written in C++ with an ImGui user interface rendered with
7
## How to get started
8
9
The codebase of this repo is quite big, but the file that is of interest to you as a contributor is [
10
-`src/code/Core/Application.cpp`](src/core/Core/Application.cpp). It contains the code for parsing expressions
+`src/core/Core/Application.cpp`](src/core/Core/Application.cpp). It contains the code for parsing expressions
11
(using [ExprTk](https://github.com/ArashPartow/exprtk)) and the rendering logic for calculating the graph's points. Most,
12
if not all features can be implemented by only modifying this one file.
13
0 commit comments