Impala icon indicating copy to clipboard operation
Impala copied to clipboard

Parallel High-Performance Components for Rhino/Grasshopper

Results 5 Impala issues
Sort by recently updated
recently updated
newest added

@dcascaval I'd like to help you out with making Impala ready to be supported on the [ShapeDiver](https://www.shapediver.com/) platform. Check out this [blog post](https://www.shapediver.com/blog/why-cant-shapediver-support-all-grasshopper-third-party-plugins/) to understand the requirements for any plugin...

### 1.0 Tag Hi doc, really love the idea of impala, and might like to make additions (like the Make Set component someone else mentioned). I'd like to review the...

Components that call functions in parallel on `Rhino.Geometry.Brep` can cause startup errors in certain situations, causing a `System.AccessViolationException` to be thrown in external code (in `RhinoCommon.dll`. This not only causes...

These components make use of implementations of the `Rhino.Geometry.SpaceMorph` class, which was only updated to be thread-safe in the RhinoCommon SDK released with Rhino 6. As such we cannot have...