Curve Crafter is a terminal-based function visualizer.
At its core, it’s built from two minimal systems: a tiny CLI game engine and a lightweight math evaluator.
Both parts are fully decoupled, so you can rip them out, reuse them…
Curve Crafter is a terminal-based function visualizer.
At its core, it’s built from two minimal systems: a tiny CLI game engine and a lightweight math evaluator.
Both parts are fully decoupled, so you can rip them out, reuse them, or extend them independently whether you want a CLI game or a plotting tool.
- Used chatgpt to generate github readme.
- Used copilot to generate git commits.