Brplot – plotting app/lib in C(github.com) |
Brplot – plotting app/lib in C(github.com) |
That works similarly in that it plots standard input. The backend is gnuplot, which is a double-edged sword: it's far more full-featured than brplot, but almost certainly is much slower also. I'll try out brplot to see if it would be a good replacement for cases where speed is important. Thanks!
Hope this saves someone some time as this is not mentioned in the readme. Cool project though.
It'd be cool to have cmake build option. So that you could create vs proj on windows, xcode proj on mac.
I don't know what to think about vcpkg.
You can also explore building with Nix to be platform/distribution agnostic.
There is some slight friction (headless mode still seems to require imgui), but the plots look great and I may replace some of my gnuplot scripts with brplot. It seems much better integrated in a unix workflow.
On Linux-based operating systems, you can even use `nix bundle` to create Docker images or fat binaries that end users can run without having Nix installed. (This relies on Linux user namespaces, which is why it's a Linux-only feature.)