gdmc_http_client_python
gdmc_http_client_python copied to clipboard
Geometric fill/outline tools
Feature branch: geometry
It would be nice to have a selection of functions to draw a variety of geometric shapes efficiently, both filled and hollow.
Some ideas for useful shapes:
- [x] Cuboids
- [x] Point-to-point shapes / polygons
- [x] Circles, ellipses and cylinders
- [ ] Ellipsoids
- [ ] Arches
- [x] Repeated shapes
- [x] Transformed shapes
- [ ] Rotated shapes
Suggested implementation:
Using various combinations of Bresenham's algorithms
It would likely make sense to do this in a new module and have the fill command move there.
Moved to https://github.com/avdstaaij/gdpc/issues/25