{"id":16881658,"url":"https://github.com/benbjohnson/graphviz-as3","last_synced_at":"2026-01-03T08:58:54.748Z","repository":{"id":66318077,"uuid":"2245829","full_name":"benbjohnson/graphviz-as3","owner":"benbjohnson","description":"An interface to the graphviz CLI using Adobe AIR.","archived":false,"fork":false,"pushed_at":"2011-09-02T03:01:24.000Z","size":264,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T23:56:14.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benbjohnson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-22T00:34:08.000Z","updated_at":"2014-05-15T07:11:25.000Z","dependencies_parsed_at":"2023-02-20T02:15:40.435Z","dependency_job_id":null,"html_url":"https://github.com/benbjohnson/graphviz-as3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fgraphviz-as3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fgraphviz-as3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fgraphviz-as3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fgraphviz-as3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benbjohnson","download_url":"https://codeload.github.com/benbjohnson/graphviz-as3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244544861,"owners_count":20469747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T16:04:40.773Z","updated_at":"2026-01-03T08:58:54.720Z","avatar_url":"https://github.com/benbjohnson.png","language":"ActionScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"graphviz-as3\n=============================================\n\n## DESCRIPTION\n\nThis is an interface between Flash and the Graphviz layout engine. It uses the\nAdobe AIR native process functionality so it will only work with native\napplications.\n\nGraphviz-as3 follows the rules of [Semantic Versioning](http://semver.org/).\n\n\n## GETTING STARTED\n\n### Overview\n\nThe Graphviz AS3 API allows you to use Sprites in your graph but it outsources\nthe layout of the graph to the Graphviz program. To construct a graph, you\nadd nodes, edges and subgraphs to it. Once your nodes and edges are in place,\nyou can call `Graph.layout()`. The `Event.COMPLETE` event will fire when the\nlayout has been performed by Graphviz and your graph is ready to be displayed.\n\n\n### Graph Elements\n\nThere are two types of graphs: undirected and directed graphs. Directed graphs\nhave edges that point to another node whereas undirected graphs do not have\na direction.\n\nThere are three types of elements to add to a graph:\n\n* `Node` - An element that is linked to by one or more edges.\n* `Edge` - A connector between two nodes.\n* `Subgraph` - A collection of nodes that is contained in a box.\n\n\n## CONTRIBUTE\n\nSend a pull request with some sweet code! However, if you're sending code,\nplease add tests and use a named branch. Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Fgraphviz-as3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbjohnson%2Fgraphviz-as3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Fgraphviz-as3/lists"}