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

ISOtope integration #44

Merged
merged 25 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7fc0097
Start integrating ISOtope - Rings and Faces are missing
dzervas May 26, 2024
371debc
Move to single message for primitives, according to ISOtope
dzervas May 26, 2024
2697cd9
Start working on the RealSketch - no sketch data are duplicated, just…
dzervas May 27, 2024
69d6a72
Port RealSketch to use ISOtope
dzervas May 27, 2024
9513002
Use more isotope functions and fix some errors
dzervas May 27, 2024
607209c
Fix calling functions from isotope
dzervas May 27, 2024
e9d477b
Macro-defined steps with expected step operations. The workbench oper…
dzervas May 27, 2024
cee34dc
Add isketch steps but remove workbench
dzervas May 28, 2024
432ebf9
Add the rest of the sketch primitives
dzervas May 28, 2024
c1f5452
Touch a bit the workspaces
dzervas May 28, 2024
c0d1674
Move to proc_macro instead of macro_rules
dzervas May 28, 2024
e197878
It works!
dzervas May 28, 2024
828f9fa
Fix a bunch of problems and disable extrusions - will tackle them later
dzervas May 28, 2024
c53f18a
Fix the stepdata messages
dzervas May 28, 2024
c8f8259
Most not strictly add commands done
dzervas May 28, 2024
9e929b9
Start fixing some tests
dzervas May 28, 2024
fa7f204
iron out a ton of errors - the hard remain
dzervas May 29, 2024
506d0a3
Lifetime tinkerings
dzervas May 29, 2024
5a42c10
Fix most stuff
dzervas May 29, 2024
cce09bd
Some typescript work
dzervas May 29, 2024
d2c0819
Add skip_history in macro
dzervas May 29, 2024
23208d0
Fix the skip_history
dzervas May 29, 2024
9e92026
Add update & delete support in macro
dzervas May 30, 2024
0a4c70d
Use my branch for now
dzervas May 30, 2024
adf24b3
Ignore .vscode
dzervas May 30, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.turbo
/.pnpm-store/
.vscode
Loading
Loading