1

I'm working on a project in which I have to build a modeler in C#. There's a tool on which I want to base the modeler of, namely Scratch. Scratch implements a drag-and-drop feature with which you can build a diagram that consists of blocks that 'fit' into each other - like a lego concept. Are there any providers that have a tool/component that supports such a feature? If not, what is the best way to go about achieving it?

This is an example of a diagram built in Scratch:

http://progopedia.com/static/upload_img/2011/02/18/scratch-camelcase.png

Thanks in advance!

Greets, Vincent

Z3ph1r
  • 31
  • 8

1 Answers1

0

I realize it's been more than a year since I posted the question but I'll post how I solved it anyway.

There's a very useful modeling library called MindFusion. Link: http://www.mindfusion.eu/ While this does provide the basics for creating a modeling tool, you will have to implement everything else yourself, from custom shapes to events etc. But using this is still way better than have to create the fundamentals yourself. Note: the support on that website is very good too!

Hope this helps

Z3ph1r
  • 31
  • 8