Skip to content

NateSeymour/unlogic

Repository files navigation

Unlogic

A math JIT compiler and graph generator.

Examples

JIT-Compiling and Running a Function

unlogic::Scene scene;
unlogic::Compiler compiler({&unlogic::stdlib, &unlogic::runtime});
auto program = *compiler.Compile("given f(x) := x^2; plot f;");

program(&scene);

Calculator

Use unlogic-calculator, a Qt/Vulkan-based GUI for unlogic to perform graph analysis.

Releases

No releases published

Packages

No packages published