Skip to content

Commit

Permalink
✨(CommonVecOp): Add new vector operation modules and commands
Browse files Browse the repository at this point in the history
This commit introduces several new modules and command structures under `src/common_vec_op/ops` to support various vector operations, including move, line, quadratic, cubic, and transformation commands. It also refactors the `GenerateCtx` struct and moves common utility functions to the `ops` module, enhancing modularity and maintainability.

Signed-off-by: Benign X <[email protected]>
  • Loading branch information
W-Mai committed Nov 22, 2024
1 parent 01a2876 commit 29ced8a
Show file tree
Hide file tree
Showing 17 changed files with 579 additions and 404 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dyn-clone = "1.0.16"
web-sys = { version = "0.3.72", features = ["History"] }
bincode = "2.0.0-rc.3"
base64 = "0.22.1"
getset = "0.1.3"

# native:
[target.'cfg(all(not(target_arch = "wasm32"), platform = "macos"))'.dependencies]
Expand Down
Loading

0 comments on commit 29ced8a

Please sign in to comment.