Releases: davreev/SpatialSlur
SpatialSlur 0.2.4
Release Notes
Some breaking changes since the last release so, once again, update with caution. A few organizational things to note below.
-
Documentation has been overhauled with the wonderful DocFx. It now includes conceptual content (WIP) alongside the API reference.
-
SlurRhino has been folded into the main library and no longer compiles into a separate file. This was primarily to allow for implicit conversion between corresponding Rhino/SpatialSlur types.
-
Added SlurUnity - a namespace containing convenience methods and classes for interfacing with the Unity .NET API.
-
Added SlurTools - a namespace containing more specific tools that make use of the rest of the library.
-
Build configurations have been added to manage dependencies for different use cases. See the "Building From Source" section for more detail.
⚠️ Grasshopper examples from the current master branch are no longer compatible with the binaries from this release as the API has continued to evolve. For 0.2.4 compatible examples, download Source code from the assets below.
SpatialSlur 0.2.3
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
SpatialSlur 0.1.4
Update for release
SpatialSlur 0.1.3
Update for release
SpatialSlur 0.1.2
Update for release
SpatialSlur 0.1.1
Change various API
SpatialSlur 0.1.0
Pre-release