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

Releases: davreev/SpatialSlur

SpatialSlur 0.2.4

SpatialSlur 0.2.4 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 11 Apr 12:52

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

SpatialSlur 0.2.3 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 09 Sep 21:10

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

SpatialSlur 0.1.4

SpatialSlur 0.1.4 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 22 Jun 11:50
Update for release

SpatialSlur 0.1.3

SpatialSlur 0.1.3 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 21 Mar 02:12
Update for release

SpatialSlur 0.1.2

SpatialSlur 0.1.2 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 21 Mar 01:57
Update for release

SpatialSlur 0.1.1

SpatialSlur 0.1.1 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 23 Jan 16:17
Change various API

SpatialSlur 0.1.0

SpatialSlur 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@davreev davreev released this 12 Jan 16:28
Pre-release