A math JIT compiler and graph generator.
unlogic::Scene scene;
unlogic::Compiler compiler({&unlogic::stdlib, &unlogic::runtime});
auto program = *compiler.Compile("given f(x) := x^2; plot f;");
program(&scene);
Use unlogic-calculator
, a Qt/Vulkan-based GUI for unlogic
to perform graph analysis.