GraphiteEditor / GraphiteEditor/Graphite
Rename Graphene crate structure
- Dominant language
- Rust
- Stars
- 27.2k
- Forks
- 1.3k
- Avg merge
- 20h 5m
- Merged PRs (30d)
- 57
Description
- `/node-graph/libraries` -> `/node-catalog/types`
- `/node-graph/nodes` -> `/node-catalog/nodes`
- `/node-graph` -> `/graphene`
- `/node-graph/graph-craft` -> `/graphene/compiler`
- `/node-graph/graphene-cli` -> `/graphene-cli`
- `/node-graph/interpreted-executor` -> `/graphene/interpreter`
- `/node-graph/node-macro` -> `/graphene/macros`
- *Call this crate `graphene-macros`*
- *Use a prelude to turn `#[node_macro::node(...)]` into `#[node(...)]`*
- `/proc-macros` -> *split apart into:*
- `/editor/macros` *(message system)*
- *Call this crate `editor-macros`*
- `/graphene/macros` (widget builder)
- `/frontend/wasm` -> `/frontend/wrapper` (Done: #3927)
*Also: update the special casing and terminology in `/tools/crate-hierarchy-viz` code.*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.