mctrl icon indicating copy to clipboard operation
mctrl copied to clipboard

Live moving histogram chart with zoom in/out

Open CV360 opened this issue 6 years ago • 1 comments

Hi Martin, A nice feature that i think is missing from mCtrl is a live histogram with capabilities to zoom in and out historic data from a vector container. I noticed you didn't provide source code for the main library that implement these controls. It would be great if you can share it so we can implement the core design in those files.

CV360 avatar May 12 '19 10:05 CV360

A nice feature that i think is missing from mCtrl is a live histogram with capabilities to zoom in and out historic data from a vector container.

Any generally useful features and improvements are welcome. If it is possible, the form of GitHub pull requests is preferred, especially for bigger changes.

I noticed you didn't provide source code for the main library that implement these controls. It would be great if you can share it so we can implement the core design in those files.

Complete source code base definitely is available. That's the purpose of this GitHub repository. Chart source can be found at https://github.com/mity/mctrl/blob/master/src/chart.c. Also, there is always the source package available at http://www.mctrl.org/download.php (which corresponds to the latest release version).

If you plan to work on adding any new features, you should base your work on the current repo head. Especially now, as there was quite big code overhaul to get rid of the legacy Windows versions support after the latest release. That work included also rewriting painting code of the chart control to use Direct2D directly.

mity avatar May 12 '19 11:05 mity