16 releases (breaking)
0.14.0 | Sep 30, 2024 |
---|---|
0.12.2 | Sep 16, 2024 |
0.12.0 | Jul 7, 2024 |
0.11.0 | Jan 20, 2024 |
0.1.0 | Apr 12, 2021 |
#246 in Text editors
684 downloads per month
Used in pn-editor
135KB
3.5K
SLoC
This contains the logic for editing petri nets.
In order to use it, you need to implement the Renderer
trait for your renderer.
Then you can create a new Editor
.
Then you need to call the main events input
, render
and update
repeatedly as specified.
In order to call input
, you need to create an InputEvent
.
*
Dependencies
~3–16MB
~164K SLoC