It depends on how interactive the control of the machine is - can you just send a moveto xy, cutto xy or do you need to constantly monitor the machine and start and stop motors?
If the machine is relatively smart then I would treat it like a plotter. Build up a list of commands in your gui and then have a loop to submit them. This way it is easy to test the gui independant of the machine.
You can also have a test app that takes the command list and plots it on a screen as a check before cutting expensive material. It might even be possible to convert the commands into something like HPGL or SVG and display them directly.
