Merged
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
jellepoland
requested changes
Oct 19, 2025
Collaborator
There was a problem hiding this comment.
- The Getting Started Guide link in the Readme of the Makie branch does not work, seems to be an URL issue (the .md missing?)
For the rest seems all good, nice improvements.
We'll have to change some of these again, once I merged with nested examples.
But that is for later.
Great to see more detail on the developer instructions, and streamlining the plotting usage and multiple .toml setup
Member
Author
This link won't exist until merged with main, because it is new documentation. |
Collaborator
|
Clear, thanks for the clarification and the updates. |
jellepoland
approved these changes
Oct 19, 2025
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.
Summary
• Add comprehensive Makie plotting extension for 3D visualization of kite systems
• Implement real-time 3D visualization example with interactive camera controls
• Significantly improve developer documentation and examples
• Remove outdated default manifests and update CI workflows
• Add developer mode features for enhanced debugging capabilities
Changes
• New Features:
• Makie extension (ext/SymbolicAWEModelsMakieExt.jl) with 3D plotting capabilities
• Real-time visualization example (examples/realtime_visualization.jl)
• Developer mode with enhanced logging and debugging tools
• Documentation:
• Major improvements to developer documentation
• Added comprehensive examples and tutorials
• Enhanced getting started guide
• Infrastructure:
• Updated CI/CD workflows for dynamic Julia version support
• Removed outdated manifest files
• Improved package management and dependencies
• Bug Fixes:
• Various plotting and visualization fixes
• Improved zoom and camera controls
• Enhanced VSM (Vortex Step Method) integration
This PR introduces powerful 3D visualization capabilities while maintaining backward
compatibility and improving the overall developer experience.