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

Export a standard graph format #238

Open
wyattis opened this issue Feb 11, 2021 · 0 comments
Open

Export a standard graph format #238

wyattis opened this issue Feb 11, 2021 · 0 comments

Comments

@wyattis
Copy link
Member

wyattis commented Feb 11, 2021

We should export a standard graph format from breadboard.

This could be broken into two types of graphs:

  1. Static graphs as a snapshot of the game. There are many static graph formats out there and this is probably significantly easier than supporting the dynamic graphs.
  2. Export a dynamic graph representing the state of the graph throughout the entire game. GEFX seems like the best candidate for output of dynamic graphs based on this list

GEFX supports both static and dynamic formats and there is a java library with partial support already. So it might be the best candidate for both.

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

No branches or pull requests

1 participant