Skip to content

thomascorrie/Miscellany

Repository files navigation

Logo

Miscellany for Dynamo

contributions welcome GitHub version

A collection of miscellaneous nodes for Dynamo 2 including an implementation of the C# library 3DContainerPacking to use the EB-AFIT container packing algorithm in Dynamo

Nodes

Installation

Miscellany is available on the Dynamo package manager.

Documentation and Samples

See Sample dyn files and the Project Wiki for documentation.

Future Development and Issue Tracking

See the Project Board for planned improvements and open issues.

Contributing

Contributions are welcome: CONTRIBUTING.md.

  1. Fork this repository
  2. Create a feature branch, e.g. feature/myFeature
  3. Commit your changes and bush to your branch
  4. Create a new pull request

Prerequisites

Dynamo 2.0 or later
.Net 4.6

Licence

AGPL-3.0

Author

Thomas Corrie: GitHub - Twitter - Website

Acknowledgements

The Container Packing nodes build on the C# library 3DContainerPacking by David Chapman which in turn is based on the C library 3d-bin-pack by Bill Knechtel which resurrects a thesis by Ehran Baltacıoğlu at the Air Force Institute of Technology.