https://github.com/realmjh/math-visualizer
A compact GUI math equation visualizer designed in C++.
https://github.com/realmjh/math-visualizer
cpp math
Last synced: 12 months ago
JSON representation
A compact GUI math equation visualizer designed in C++.
- Host: GitHub
- URL: https://github.com/realmjh/math-visualizer
- Owner: realmjh
- Created: 2025-07-14T00:16:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T00:21:55.000Z (12 months ago)
- Last Synced: 2025-07-14T02:51:55.701Z (12 months ago)
- Topics: cpp, math
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# math-visualizer
I wrote this piece of software in C++ so that I could visualize complex math equations more easily. This is by far the worst project I've done yet.
Seriously, designing your own encryption is somehow more straightforward. All the functionality should be working. I'm not entirely sure, and I lack the sanity to test.
Desmos is literally a thousand times better than this. However, if you like to look at the code, or just enjoy using things made in C++, please by all means use this piece of software. Otherwise, save yourself.
# Usage
Download the .cpp file
Run this in your terminal/command prompt where the .cpp file is located:
`g++ -o math_visualizer math_visualizer.cpp -lsfml-graphics -lsfml-window -lsfml-system -lm`
Then do `./math-visualizer` to launch the application.
# Copyright
As always, please respect this code. You may modify it, you may copy it, tldr you may use it however you'd like. I however ask that if you plan to use any of this code, please credit me.
This can be done by simply leaving the following comment:
`original author: mason j. hawkins, r3almjh@gmail.com`