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 19:50:40 +00:00
committed by Keavon Chambers
parent 49b1770c34
commit 951c49a979
6 changed files with 184 additions and 183 deletions

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" }