2d operations#20
Merged
Merged
Conversation
- Extract GridSettings to shared gui/src/grid.rs module - Add billboard grid in 3D view that always faces the camera - Grid positioned just past model center to avoid z-fighting - Two-sided geometry with explicit front/back faces - Line thickness scales with zoom to match 2D grid appearance - Toggle via 'Show Grid' checkbox in toolbar
Replace HashableMap<ImString, Value> with IndexMap<ImString, Value> across all dictionary-related types in the interpreter crate. This provides deterministic insertion-order preservation for dictionary members. Changes: - Add indexmap v2 dependency with serde feature - Switch DictionaryData.members to IndexMap - Switch StructDefinition.members to Arc<IndexMap> - Add ArgumentName enum for future positional arg support - Update build_struct_definition! macro to use IndexMap - Update all test assertions to match new types - Remove manual Hash impl (not needed without dict-as-key usage) 426 tests pass.
Owner
Author
|
It seems the wayland dependency has broken the CI checks. |
Replace rust-cache with nix-based builds using `nix develop -c` to ensure all build dependencies (openssl, pkg-config, fenix toolchain) are available. Simplify test matrix to ubuntu-latest since nix handles the dependency management.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The big addition of this PR is polygons.
Well that was the original plan but there were some difficult bugs to iron out so I made a GUI, and then I felt the GUI needed to be polished off so I ended up making it look really nice (there's still a lot of work I want to do to it but this is a big and messy enough PR as it is).
So, the new features: