1

I quite like the drag and drop pluggable programming blocks in scratch ( http://scratch.mit.edu/ )

I'd like to be able to get users to create their own mini scripts using the same kind of technique...

just wondering if anyone knows of anything similar I could utilise in .NET? ideally in WPF.

Charles
  • 50,943
  • 13
  • 104
  • 142
Keith Nicholas
  • 43,549
  • 15
  • 93
  • 156

4 Answers4

2

Maybe Windows Workflow Foundation is something for you. You can host the designer in your own application. So end-user can change the logic.

GvS
  • 52,015
  • 16
  • 101
  • 139
0

StarLogo TNG could work, but it's designed for 3D simulations.

Nick McCurdy
  • 17,658
  • 5
  • 50
  • 82
0

It's not .NET, but have you looked at Alice? (http://www.alice.org/)

perimosocordiae
  • 17,287
  • 14
  • 60
  • 76
0

yeah..... alice is quite interesting.... but scratch is like alice but simpler. Targets a younger age group I think.

But the UI would be perfect for simple scripting

Keith Nicholas
  • 43,549
  • 15
  • 93
  • 156