Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Build a graphviz format visualizer for the runtime #88

Open
jverkoey opened this issue Apr 11, 2017 · 0 comments
Open

Build a graphviz format visualizer for the runtime #88

jverkoey opened this issue Apr 11, 2017 · 0 comments

Comments

@jverkoey
Copy link
Contributor

jverkoey commented Apr 11, 2017

We can currently generate graphviz output of the runtime with runtime.toGraphviz(), but we don't have an easy way to represent this information natively. The swift playground is simply posting the graphviz to a website and rendering it there, but ideally we'd have some form of native visualization.

This could be built in multiple phases:

Phase 1: Read-only

A static visualization of the runtime's connections as a graph.

screen shot 2017-04-11 at 2 33 52 pm

Phase 2: Modifying reactive properties

Any reactive property detected in the graph should be tweakable.

Phase 3: Creation

Being able to add new connections to the runtime graph; e.g. constraints.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Ownership
Up for grabs
Development

No branches or pull requests

1 participant