GraphiteEditor / GraphiteEditor/Graphite
Stable document format MVP
- Lingua principale
- Rust
- Stelle
- 27.2k
- Fork
- 1.3k
- Merge medio
- 20h 5m
- PR unite (30g)
- 57
Descrizione
Stable document format:
- Infrastructure for migrating old to new formats
- Separate structure for storing the document, decoupled from the `struct DocumentMessageHandler` and `struct NodeNetwork` definitions
- One struct per version, plus an associated upgrade function that goes to the next version
- ASCII graph structure markup format (use RON syntax, we need to define the semantics), see #1605
- Translation back from the ASCII format to those structs
- A way to look up a built-in node's definition by its name and not have to store its sub-network
- A way to store user-created subgraph network (or modified from a built-in node definition)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.