C# Create "wireframe"/3D "map"
- by Qrew
How can I produce a similar output in C# window forms in the easiest way?
Each individual points should be "editable" by pressing some keys to increment or decrement and navigate trough it with arrow keys.
Is there a good library for this purpose?