Node code cleanup for vector data, and add node creation guide (#895)

* Cleanup Vector Nodes

* Add the creating nodes guide

* Rename guide as readme so GitHub shows it by default

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2022-12-21 11:50:40 -08:00
committed by Keavon Chambers
co-authored by Keavon Chambers
parent 5e95090504
commit 9973e17479
6 changed files with 183 additions and 182 deletions
+2
View File
@@ -32,3 +32,5 @@ kurbo = { git = "https://github.com/linebender/kurbo.git", features = [
"serde",
], optional = true }
glam = { version = "^0.22", default-features = false, features = ["scalar-math", "libm"]}
node-macro = {path = "../node-macro"}
# forma = { version = "0.1.0", package = "forma-render" }