MathView banner

MathView

4 devlogs
6h 44m 51s

This is math visualizer, that helps you display and view mathematical representations. You just have to select the visual you want to view, and you can interact with it using the provided controls.

This project uses AI

Used ChatGPT for Roadmap and UI, and the basic framework. Gemini for Logo design and ReadME

Demo Repository

Loading README...

tharun.g5311

Shipped this project!

Hours: 6.75
Cookies: 🍪 91
Multiplier: 13.56 cookies/hr

I built a visualizer for math, and the hardest part about it was figuring out the math and logic behind the functions, but i solved using help from Wikipedia and my math teacher. I really like how modular the program is, and i love how it turned out overall.

tharun.g5311

I added a quadratic and Trigonometric function visual, they work very similarly to the previous visuals. The tangent function of the trig graph has a few bugs and i will try to fix it. I’m planning on adding way more visualization, intermediate and advanced, but i have not got to it yet.

Attachment
Attachment
0
tharun.g5311

I worked another visual, this is the visualization of a linear equation y = mx + b.
you can use the sliders to play with the line. It had a lot of bugs, so i worked on debugging too. The grid of the visual is static, i tried to make it dynamic and correspond to the y intercept, but i couldn’t. I will try to work on it more in the future, but right now i will focus on other visuals.

Attachment
0
tharun.g5311

I just created the first visual which is a simple line and circle visual using the p5js library, chatgpt helped me make the visuals modular so its easy to add and remove them. the categories on the left are collapsible, and the controls on the left can be used to interact with the visual.

Attachment
0
tharun.g5311

Today i made the basic framework for my mathematical visualizer using the help of ChatGPT, I am planning on adding a couple visuals, and work on the UI.

Attachment
0