GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
7.31k stars 387 forks source link

API for Embeddable Library and to be used by AI editors #1684

Closed sirinath closed 3 months ago

sirinath commented 3 months ago

Always consider API for library use cases and also use cases that this might be used in AI video editors too in the future.

Keavon commented 3 months ago

Hi, unfortunately I can't understand what this issue is requesting.

sirinath commented 3 months ago

Currently the focus is the editor.

Can a libGraphite be factored out so it can be used in own projects without the editor.

Maybe the libGraphite's API might be usable by AI assisted editors too which can do the editing my human prompts.

Keavon commented 3 months ago

In theory, we have architected our backend to operate independently of its frontend. But publishing an officially supported "libGraphite" as you mention, if it ever happens, won't be a priority for a very long time.