Expose public `render` api
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- rust
- Domain
- api, cli, computer-graphics
Research direction
Start by tracing the existing parse → ir::build → layout::layout → render::svg::render pipeline and locate the CLI entry point. Expose the requested render_svg API, make the CLI emit SVG to stdout or a file by default, and preserve AST output behind an --ast flag.
Written by the indexing model from the issue text.
Description
With all rendering components in place, expose a public API function like render_svg(src: &str) -> Result<String, Vec<ParseError>> that runs the full pipeline: parse the DOT source, lower to IR, run layout, and produce SVG output. This is the primary entry point for library consumers.
The CLI should be updated to produce SVG output by default, writing to stdout or a file. The existing AST debug output should remain available behind a flag like --ast for development and debugging purposes. The pipeline is: parse → ir::build → layout::layout → render::svg::render.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from terror/dotgraph
-
SVG rendering Openenhancement
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
Style resolution Openenhancement
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Arrowhead geometry Openenhancement
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Node shape geometry Openenhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Edge routing Openenhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100