DavidDurman / statechart

Statechart implementation in JavaScript
MIT License
100 stars 16 forks source link

some actual docs would be great :) #1

Closed blissdev closed 10 years ago

blissdev commented 13 years ago

I have been looking into js state machines and saw this on FunctionSource. Would like to encourage you to develop it further. Docs = win.

gregwebs commented 11 years ago

This test case probably gives you most of the docs you need: https://github.com/DavidDurman/statechart/blob/master/test/samek.js

I created an alternative statechart library: https://github.com/yaptv/StateTree

DavidDurman commented 11 years ago

Nice work! I see you are following a different philosophy and an OO approach. My work is based on QHsm (Quantum Hierarchical State machines) developed by Miro Samek (google for details, slides can be found e.g. here: http://www.accu-usa.org/slides/samek0311.pdf). I wish I could find some time to develop this library further.... and add some docs.

DavidDurman commented 11 years ago

Just added some basic documentation to README. I'll try to write a blog post in the near future.

gregwebs commented 10 years ago

@blissdev there are diagrams & examples, should this be closed now?

blissdev commented 10 years ago

@gregwebs Yes, I'm excited to see the progress. Thanks for the effort. /cc @DavidDurman