SpatialSlur 0.2.3
Pre-releaseRelease 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.