2

I am looking for a user interface component that will allow my users to visually edit the parameters of a simulation project. I am not looking for something elaborate but a user interface similar to the one that is available in Visual Studio Domain Specific Languages. Essentially I want to provide a toolbox with a few components and then an editor where users can drag and drop the components and connect them. Anything you have come across?

I am using Visual Studio 2010, C#, the DevExpress user interface components for the front-end and it's all winforms.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Dimitris
  • 2,030
  • 3
  • 27
  • 45

2 Answers2

2

Visual Studio isolated shell might be a good start!

You can even design your own debug engine to compile and build code for your specific languages such as Python, Lisp etc.

David
  • 15,894
  • 22
  • 55
  • 66
1

The closes thing that springs to mind is the design experience for Windows Workflow Foundation? Perhaps XAML is the way forward..

MattDavey
  • 8,897
  • 3
  • 31
  • 54