CNC Simulator using BSP CSG Pure WPF SlimDX DirectX 11 C#. This version is an in progress update from an old DX9 version.
Objective: To create a CNC simulator that can interpret a subset of G-code commands and display the resulting tool path on the screen. Parse G-code: Write a function that can parse these commands from ...