zigplotlib
zigplotlib copied to clipboard
A simple library for plotting graphs in Zig
I have followed the install guide using zig 0.12.0 ```zig const zigplotlib = b.dependency("zigplotlib", .{ .target = target, .optimize = optimize, }); const exe = b.addExecutable(.{ .name = "endstates", .root_source_file...
# Short name for your issue Explanation of the issue ## Snippet(s) (if applicable) ```zig ... ``` ## Output (if applicable) Could be the output of the terminal or the...
Hi there :) Just stumbled across this; your library (which is quiet fun to play with!) is not using `std.Build.pah` function yet. Instead, the build.zig uses the now (as of...
Fix some files to build with Zig 0.14 (but can't be built with Zig 0.13 anymore) There were some syntax errors that I didn't really understand but looking at past...
Updated to Zig's ArrayListUnmanaged as it's the new default Make the formatting explicit: "{}" -> "{f}" Changed the svg.writeTo function to accept a writer's interface and flush at the end
# Updates - zigplotlib has now been updated and support zig 0.14.1 - no longer supports zig 0.13 # News This can also be considered as new starting point of...