MCPcopy Index your code
hub / github.com/SeaDve/Delineate

github.com/SeaDve/Delineate @v0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.2 ↗ · + Follow
280 symbols 612 edges 21 files 16 documented · 6%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Delineate Delineate

View and edit graphs

Download on Flathub

Donate

Translation status Flathub downloads CI status

Preview

Delineate provides facilities to edit and draw graphs specified in the DOT language. It is designed to be a simple and intuitive tool for creating and editing graphs, with a focus on the user experience.

The main features of Delineate include the following: - 🖼️ Live and interactive preview of the graph as you type - ⏺️ Multiple Graphviz layout engines support - 📝 Fully-featured DOT language editor - 📦 Export graph as PNG, SVG, or JPEG

🏗️ Building from source

GNOME Builder

GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.

  1. Download GNOME Builder.
  2. In Builder, click the "Clone Repository" button at the bottom, using https://github.com/SeaDve/Delineate.git as the URL.
  3. Click the build button at the top once the project is loaded.

Meson

git clone https://github.com/SeaDve/Delineate.git
cd Delineate
meson _build --prefix=/usr/local
ninja -C _build install

📦 Third-Party Packages

Unlike Flatpak, take note that these packages are not officially supported by the developer.

Repology

You can also check out other third-party packages on Repology.

🙌 Help translate

You can help Delineate translate into your native language. If you find any typos or think you can improve a translation, you can use the Weblate platform.

☕ Support me and the project

Delineate is free and will always be for everyone to use. If you like the project and would like to support it, you may donate here.

💝 Acknowledgment

I would like to express my gratitude to the open-source software projects, libraries, and APIs that were used in developing this app, such as GStreamer, GTK, LibAdwaita, d3-graphviz, etc., for making Delineate possible.

I'd also acknowledge GNOME Text Editor as the session and document architecture is heavily inspired by it, and also Brage Fuglseth for the name and icon design.

Finally, I would like to thank the contributors and translators of the project for helping Delineate to grow and improve.

Core symbols most depended-on inside this repo

selected_page
called by 22
src/window.rs
document
called by 20
src/page.rs
get
called by 16
src/application.rs
file
called by 13
src/document.rs
spawn
called by 9
src/utils.rs
add_select_page_binding
called by 9
src/window.rs
add_new_page
called by 7
src/window.rs
title
called by 7
src/page.rs

Shape

Method 228
Class 25
Function 25
Enum 2

Languages

Rust94%
TypeScript6%

Modules by API surface

src/page.rs39 symbols
src/window.rs33 symbols
src/graph_view.rs27 symbols
src/document.rs27 symbols
src/session.rs24 symbols
data/graph_view/index.js18 symbols
src/recent_popover.rs14 symbols
src/error_gutter_renderer.rs14 symbols
src/application.rs12 symbols
src/recent_list.rs11 symbols
src/i18n.rs10 symbols
src/utils.rs9 symbols

For agents

$ claude mcp add Delineate \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page