-
**Description**
I'm trying to use `` to render out various machines in our system, so business folks and devs can peek their heads in and see what's going on.
What I'm running into is:
whch…
-
_This is a feature request based on a bug I’m having being productive with the editor. Until I have some time to contribute useful debug info for the bug I just wanted to suggest ways around / a fix:_…
-
I just did a quick POC to make `xstate-viz` a drop-in visualizer in a react app so that it could be toggled on and off as needed, [see it in action here](https://cl.ly/2c4ac21653a0)
Sample code bel…
-
Hello, the godot-statecharts is really easy to use and great tool. I found that the triggered event can not carry some custom parameters. I would like to know if this can be implemented. If it can be …
-
Are there any plans to build something similar to [`@statecharts/xstate-viz`](https://github.com/statecharts/xstate-viz) and [`@xstate/test`](https://github.com/davidkpiano/xstate/tree/master/packages…
-
_Copied from original issue: roboticslab-uc3m/follow-me#35_
- SMACH tutorials: http://wiki.ros.org/action/show/smach/Tutorials Fork of their hard-to-find source code: https://github.com/spmaniato/e…
-
It should be possible to comfortably trace state changes in a simulation through a hierarchy of substates. Here's a suggestion how this could look like.
I think we have several use cases here:
- T…
-
example screenshot:
![bildschirmfoto 2016-10-12 um 15 48 17](https://cloud.githubusercontent.com/assets/1296498/19312733/0eb1ca36-9094-11e6-9028-9ba482720b7d.png)
-
How about modelling backend processes (express as the event source and statechart as the backend functionality - server side authentication, authorization, database interactions, security checks, etc)…
-
I've been playing with state charts and have found the [online vizualizer](https://statecharts.github.io/xstate-viz/) quite useful. Thank you for working on it @davidkpiano 🙌!
One minor improvement…