-
-
Notifications
You must be signed in to change notification settings - Fork 24
Split examples #66
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
base: main
Are you sure you want to change the base?
Split examples #66
Conversation
|
@timschmidt let me know if you think I should document how to run them? |
f1fe21c to
4657a8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review by RecurseML
🔍 Review performed on a7fe264..7c83ba6
✨ No bugs found, your code is sparkling clean
✅ Files analyzed, no issues (49)
• .github/workflows/rust.yml
• .typos.toml
• Cargo.lock
• Cargo.toml
• examples/A_right_triangle.rs
• examples/B_extrude_vector.rs
• examples/E_center.rs
• examples/F_float.rs
• examples/G_inverse.rs
• examples/H_tessellate.rs
• examples/I_slice.rs
• examples/J_vertices.rs
• examples/K_reuleaux_polygon.rs
• examples/L_rotate_extrude.rs
• examples/M_mirror.rs
• examples/N_scale.rs
• examples/O_transform.rs
• examples/P_offset.rs
• examples/airfoil.rs
• examples/arrow.rs
• examples/b-spline.rs
• examples/basic2d_shapes_and_offsetting.rs
• examples/basic_shapes.rs
• examples/bevy_mesh.rs
• examples/bezier_curve.rs
• examples/boolean_operations.rs
• examples/circle_with_flat.rs
• examples/circle_with_keyway.rs
• examples/convex_hull.rs
• examples/distribute_arc.rs
• examples/distribute_grid.rs
• examples/distribute_linear.rs
• examples/egg.rs
• examples/ellipse_and_ellipsoid.rs
• examples/extrude.rs
• examples/gears.rs
• examples/mass_properties.rs
• examples/metaballs.rs
• examples/metaballs_2d.rs
• examples/metadata.rs
• examples/minkowski_sum.rs
• examples/misc_2d.rs
• examples/pie_slice.rs
• examples/polyhedron.rs
• examples/ray_intersection.rs
• examples/readme.md
• examples/renormalize.rs
• examples/reuleaux_polygon.rs
• examples/sdf.rs
⏭️ Files skipped (18)
| Locations |
|---|
examples/subdivide_triangles.rs |
examples/supershape.rs |
examples/teardrop.rs |
examples/text.rs |
examples/torus.rs |
examples/tpms.rs |
examples/transformations.rs |
readme.md |
rustfmt.toml |
src/bsp.rs |
src/csg.rs |
src/io/svg.rs |
src/lib.rs |
src/main.rs |
src/plane.rs |
src/polygon.rs |
src/tests.rs |
src/vertex.rs |
This patch splits examples from main.rs into example file that can be run with
cargo run --example <file name>