v1.0.0
First Release! π
Welcome to Graphedit! This is a tool for creating and manipulating vertex-edge graph based syntaxes. This initial release provides a simple example syntax that admittedly is not very useful, but this is just the start, and Graphedit's architecture is designed to be extendable, so other syntaxes and/or languages should be relatively straight forward to implement and we encourage you to take a dive into the source code to extend it by yourself. If you run into any issues, please submit an issue on github.
What's Next? π€
Please take a look at the kanban project board for progress, and planned feature set for v1.1.0 and beyond.
The long term plan for the future is that Graphedit is meant to be the go-to IDE of graph editors, meant to be extendable, "smart" with the help of language servers, and easy to use. If you are interested in adding your own extensions we are very open to ideas so don't hesitate to ask via github issues, pull-requests or discussions.
What's Changed
- Initial implementation by @sillydan1 in #7
- Feat/viewmodel as properties by @sillydan1 in #9
- Distribution and packaging by @sillydan1 in #11
Full Changelog: https://github.com/sillydan1/graphedit/commits/v1.0.0