Skip to content

[WIP] Add 3D mesh image to README file#47

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/add-3d-mesh-image-readme
Closed

[WIP] Add 3D mesh image to README file#47
Copilot wants to merge 1 commit intomainfrom
copilot/add-3d-mesh-image-readme

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 7, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Create a PR in nash1111/meshing based off main to add a 3D mesh image to the README, mirroring how the 2D images are generated.

Requirements:

  • Follow the existing 2D example approach in examples/2d_plot.rs to create a new Rust example that generates a 3D point cloud, runs a 3D mesh (e.g., bowyer_watson_3d or another appropriate 3D meshing algorithm in this repo), and renders a static image of the resulting mesh (e.g., using plotters or another existing dependency).
  • Save the generated image under examples/ (choose a clear filename like delaunay_3d_1000_points.png or similar).
  • Update README.md to include the new 3D image in the Examples section next to/after the existing 2D images.
  • Ensure the example is runnable via cargo run --example ... and document any new command in README if needed.
  • If new dependencies are required for 3D plotting, add them appropriately and keep them minimal.

Use the existing 2D example and images as a template for style and output naming. The README currently includes:
100points
1000points
10000points
100000points

Add the new 3D image beneath these.

This pull request was created from Copilot chat.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI requested a review from nash1111 February 7, 2026 14:42
@nash1111 nash1111 marked this pull request as ready for review February 7, 2026 14:42
Copilot AI review requested due to automatic review settings February 7, 2026 14:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nash1111 nash1111 closed this Feb 7, 2026
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.

3 participants