Software Project
A C++ application built with SDL3 that plots curves, tracks the nearest point to the cursor in real time, and renders the corresponding tangent line, compiled to WebAssembly and embedded below.
Overview
Given a function of x and y, the application plots the resulting curve and continuously calculates the nearest point to the cursor position, then draws the tangent line at that point.
The result is a compact tool that combines graphics programming, numerical methods, and responsive input handling, all running natively in the browser via WebAssembly.
Highlights