Skip to content

SeaDve/Delineate

Repository files navigation

Delineate
Delineate

View and edit graphs

Buy Me a Coffee


Translation status 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 buy me a coffee.

💝 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.