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

gui: finish basic schematic drawing #39

Merged
merged 1 commit into from
May 2, 2024
Merged

gui: finish basic schematic drawing #39

merged 1 commit into from
May 2, 2024

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented May 2, 2024

Includes the following changes:

  • Add a simple marker for the origin
  • Tessellate shapes
  • Implement Canvas for wgpu
  • Basic drawings work

Work on the grid and the scaling is still needed, but I am pretty happy
with what we currently have here.

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2024

Codecov Report

Attention: Patch coverage is 79.11392% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 70.43%. Comparing base (10a8ad9) to head (09be264).

Files Patch % Lines
altium/src/common.rs 50.00% 11 Missing ⚠️
altium/src/parse/bin.rs 53.33% 7 Missing ⚠️
altium/src/sch/component.rs 0.00% 7 Missing ⚠️
altium-macros/src/lib.rs 93.33% 5 Missing ⚠️
altium/src/sch/record/draw.rs 80.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   70.29%   70.43%   +0.13%     
==========================================
  Files          24       24              
  Lines        2131     2151      +20     
==========================================
+ Hits         1498     1515      +17     
- Misses        633      636       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tgross35 tgross35 force-pushed the gui-origin branch 2 times, most recently from 5cb7571 to 0776df3 Compare May 2, 2024 00:32
@tgross35 tgross35 changed the title Gui origin gui: finish basic schematic drawing May 2, 2024
Includes the following changes:

- Add a simple marker for the origin
- Tessellate shapes
- Implement `Canvas` for wgpu
- Basic drawings work

Work on the grid and the scaling is still needed, but I am pretty happy
with what we currently have here.
@tgross35
Copy link
Contributor Author

tgross35 commented May 2, 2024

Current look:

image

@tgross35 tgross35 merged commit db77f83 into main May 2, 2024
7 checks passed
@tgross35 tgross35 deleted the gui-origin branch May 2, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants