GraphiteEditor / GraphiteEditor/Graphite

Rename Graphene crate structure

Open
#3,664 0 comments 0 reactions 2 assignees Claimed by @TrueDoctor View on GitHub
Architecture
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.