Hi, I'm now doing my final project. I make a GUI software to control the motion of the CNC machine.
I want to make the 3D animation on my software, which that if we give command to move the stepper motor, the box in the 3D animation is also moving, as far as how much bit that we send to move the stepper motor on the CNC machine.
I've tried to made the GUI using Microsoft Visual Studio, and made the 3D object with blender. My Question are:
1. What language should I use? C++, C#, or else?
2. How do I combine the 3D animation which I made by blender with the GUI software that I made by MS.Visual Studio? I want if we click the button in the GUI software, the stepper motor on the CNC machine move after 3D animation on the software move, as the simulation of the real movement on the CNC.
thanks a lot...