Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor into sg2d-* crates #10

Merged
merged 4 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add READMEs
  • Loading branch information
jonmmease committed Jan 4, 2024
commit 603e1361fc0acc624ca785a9e56d509676b73c88
3 changes: 3 additions & 0 deletions sg2d-vega/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## sg2d-vega

This crate contains the logic for parsing vega scenegraphs and building sg2d scenegraphs
3 changes: 3 additions & 0 deletions sg2d-wgpu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## sg2d-wgpu

This crate supports rendering sg2d SceneGraphs using wgpu
4 changes: 4 additions & 0 deletions sg2d/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## sg2d

This crates holds a serializable scene graph representation that is independent of Vega and independent
of rendering