vishpat / pystatecharts

Statechart framework for Python
code.google.com/p/pystatecharts
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

gui builder? #4

Closed schaefer0 closed 14 years ago

schaefer0 commented 14 years ago

are there any plans to create a gui toolbox to build states and as output generates pystatechart code? (in the manner of matlab/simulink/stateflow, which can generate C code)

vishpat commented 14 years ago

No but I am willing to help someone you would like to develop one.

schaefer0 commented 13 years ago

I may write one, but first I am going to write an auto-coder that takes an ini file and creates a statechart. Right now I am going from hand-written drawing (your tictactoe example) to ini file. I found missing transitions and errrors in your example. The "help" object can also transition to done. The "help" object can also transition to replay (although this is an illegal state per your transitions - you use a coding "trick" (erase the board) to make it work.) Also - you are on linked in, and so am I but I cannot "connect" without knowing your email address. Mine is rps@haystack.mit.edu - Also - I am in contact with the author of the tools SVM and SCC, an effort done about four years ago to go from text description of statecharts to python code. If you are interested, I can pass your email address along. bob schaefer