Looking for a Visual Scripting Language written in C#

C

Cremoni

I'm looking for a visual scripting language to write poker logic. There
must be several things out there, but I haven't been able to find
anything suitable. I've seen similar systems in the past. I recently
left Maxis, where I used to work on The Sims. It seems to be common
knowledge that we used a visual scripting language called "Edith". I'm
guessing that a lot of video game developers write their own similar
systems.

Here are some requirements:

Graphical: I'm picturing a bunch of nodes with lines between them. The
user can drag the nodes around on the screen and drag connections
between the nodes.

Procedural: Control flow goes from node to node, and only 1 node is
active at a given time. This is in contrast to "data flow" languages
like MAX/MSP.

Extensible: I need to be able to write my own node types and the
corresponding editors. In C#.

Security: I need to make sure that nobody uses my graphs or nodes in
applications for which they were not intended. I can't have anybody
using this tool to write poker bots.

Platform: It definately needs to run under windows. C# is my
preference.

And it has to look cool.

MAX/MSP looks similar to what I had in mind, but it doesn't fit my
requirements (or look cool).

http://www.cycling74.com/products/maxmsp.html

Any help would be appreciated. I don't mind rolling my own, but I'd
prefer to get involved in something with a community behind it.

- Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top