You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: