-
Notifications
You must be signed in to change notification settings - Fork 7
Home
besh81 edited this page Mar 9, 2019
·
3 revisions
A collection of Nana C++ Library custom controls developed by users
- A specialized grid for editing properties.
- It comes with a list of ready-to-use property classes include strings, numbers, flag sets, colors and many others.
- Manage categorized properties and default values.
- Easily create your own properties deriving the existing ones.
A 2D plotting widget for the nana library
plot2d/plot.h, plot2d/plot.cpp - widget code, add to your projects
plot2d/demos/main.cpp - demo application code
plot2d/demos/nanaplot.cbp - codeblocks project to build demo application
plot2d/demos/realtime/* - realtime plotting demo application
plot2d/demos/spline/* - spline curve demo application