summaryrefslogtreecommitdiff
path: root/src/specgram.cpp
AgeCommit message (Collapse)Author
2023-05-06Add support for waiting for input.Vasile Vilvoiu
Introduce -S/--sleep_for_input command line argument. Closes #17.
2021-10-21Renderer does not cache colromap and valuemap.Vasile Vilvoiu
* Renderer build colormap from configuration. * Renderer builds (temporary) valuemap from configuration. * LiveOutput no longer needs cmap/vmap parameters.
2021-07-22Make argv const.Vasile Vilvoiu
2021-07-21Added header file comments for classes and methods.Vasile Vilvoiu
Renamed all factory methods to ::Build().
2021-07-17Remove spdlog as a dependency.Vasile Vilvoiu
Closes #19.
2021-07-16Render texture onto window on each iteration.Vasile Vilvoiu
Keep colormap in renderer so we don't pass the colormapped windows like animals. Pre-render empty window. Fixes #15.
2021-07-16Add support for arbitrary scales, with custom units.Vasile Vilvoiu
Add support for linear scales. Logging of scale to stderr. Closes #9.
2021-07-15Support "-" for input/output files as stdin/stdout.Vasile Vilvoiu
Support dumping output file to stdout. Switch logger to stderr, make it multithreaded. Log input/output files. Closes #8, closes #10, closes #13.
2021-07-15Update e-mail address in copyright notices, README and manpage.Vasile Vilvoiu
Closes #14.
2020-12-29Initial commitVasile Vilvoiu