Does anyone know of any simple 3D engines written in C#, which would
be compatible with a GPL licence? Having done a brief search for 3D
engines it seems that most of them are not written in C#, meaning that
clumsy DLL calls would need to be made (which I want to avoid at all
costs), or come with a lot of commercial baggage which would make them
non-free to distribute. It doesn't matter if the rendering is slow
and done in software only, since this would be purely used as an easy
way to visualise the physical design of the robot.
3D visualisation of the robot is only a very low priority task, a
nicety rather than a necessity, so it doesn't really matter if I have
to stick with simple visualisations for the foreseeable future.