Skip to content

Add visualisation#14

Merged
alexespencer merged 20 commits into
mainfrom
asp/vis
Jun 1, 2025
Merged

Add visualisation#14
alexespencer merged 20 commits into
mainfrom
asp/vis

Conversation

@alexespencer

Copy link
Copy Markdown
Owner

No description provided.

@alexespencer alexespencer requested a review from Copilot June 1, 2025 08:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a visualisation module to the project, integrating a nannou-based application that renders points along with a quadtree structure and interactive UI elements. Key changes include:

  • Implementation of a new Model in Rust to manage points and quadtree operations.
  • Addition of a nannou app with event handling for mouse inputs to add and query points.
  • Updates to Cargo.toml and README.md to support the new visualisation functionality.

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
visualize/src/model.rs New module for managing the quadtree, points and rendering logic.
visualize/src/main.rs Main app setup with event handling and drawing routines.
visualize/src/lib.rs Module export for the visualisation components.
visualize/Cargo.toml Dependency updates and workspace configuration for new libraries.
quadtree/src/lib.rs Minor export update for quadtree functionality.
README.md Documentation update with instructions and an app demo.

Comment thread visualize/src/main.rs Outdated
Comment thread visualize/src/model.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@alexespencer alexespencer enabled auto-merge (squash) June 1, 2025 08:24
@alexespencer alexespencer merged commit 2e1a9ca into main Jun 1, 2025
1 check passed
@alexespencer alexespencer deleted the asp/vis branch June 1, 2025 08:24
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