Skip to content

Commit 93e4f87

Browse files
authored
Update readme.md
1 parent cf23da7 commit 93e4f87

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -496,18 +496,6 @@ if let Some(data_mut) = poly.metadata_mut() {
496496
- [csgrs-egui-wasm-example](https://github.com/timschmidt/csgrs-egui-wasm-example)
497497
- [csgrs-druid-example](https://github.com/timschmidt/csgrs-druid-example)
498498

499-
## Build tests
500-
A cargo xtask is included in the repository for testing building with various
501-
combinations of feature flags. To use it, you must install cargo xtask:
502-
```rust
503-
cargo install xtask
504-
```
505-
506-
To run the tests:
507-
```rust
508-
cargo xtask test-all
509-
```
510-
511499
## Roadmap
512500
- **Attachments** Unless you make models containing just one object attachments features can revolutionize your modeling. They will let you position components of a model relative to other components so you don't have to keep track of the positions and orientations of parts of the model. You can instead place something on the TOP of something else, perhaps aligned to the RIGHT.
513501
- **Rounding and filleting** Provide modules like cuboid() to make a cube with any of the edges rounded, offset_sweep() to round the ends of a linear extrusion, and prism_connector() which works with the attachments feature to create filleted prisms between a variety of objects, or even rounded holes through a single object. Also edge_profile() to apply a variety of different mask profiles to chosen edges of a cubic shape, or directly subtract 3d mask shapes from an edge of objects that are not cubes.

0 commit comments

Comments
 (0)