Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

SpatialSlur 0.2.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@davreev davreev released this 09 Sep 21:10
· 250 commits to master since this release

Release Notes

Many breaking changes since the last release so update with caution. See below for a very coarse overview.

  • All Rhino dependencies have been migrated to SlurRhino which is compiled as a separate project. Moving forward, this will be the general approach for interfacing with other .NET APIs.

  • The SlurGraph namespace has been folded into SlurMesh. Data structures for both meshes and graphs now share a common half-edge API so they can be processed by many of the same algorithms.

  • Added SlurDynamics - a namespace for geometry optimization and form-finding using projection-based dynamics (1, 2).

  • Added SlurGH - a separate project containing Grasshopper components, types, and parameters. This is still very much a work in progress.

  • Added Examples - a separate project containing example files for various platforms.

  • Documentation is now hosted online at http://spatialslur.com/documentation/0_2_3/index.html.

References

  1. http://lgg.epfl.ch/publications/2012/shapeup/paper.pdf
  2. http://lgg.epfl.ch/publications/2015/ShapeOp/ShapeOp_DMSC15.pdf