Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A possible way to replace smetana #2

Open
jiangyongbing24 opened this issue Jan 25, 2022 · 0 comments
Open

A possible way to replace smetana #2

jiangyongbing24 opened this issue Jan 25, 2022 · 0 comments

Comments

@jiangyongbing24
Copy link

Using graphviz in pure Java has always been a problem, so I started a project to implement graphviz in pure Java. Currently, it can implement dot's TB layout, spline and polyline segments, and default arrows.

This project does not rely on any underlying programs, nor does it adopt the method of translating the C language source code of graphviz, but implements graphviz from the underlying algorithm, and looks forward to working together to enrich the capabilities of this project.

Because the goal is to complete a simplified Java version of graphcviz, there are still a lot of unfinished capabilities, but plantuml only needs the node layout engine of dot, so when the project completes the support of cluster, subgraph and Rankdir attributes, it should be available as Java The layout kernel replaces Smetana or Graphviz.

When the first simplified version is completed, the project will be uploaded to github and can now be viewed at the following address :
https://gitee.com/jiangyongbing24/graph-support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant