Skip to content

Releases: mcneel/compat

Taking shape

20 Aug 11:34
Compare
Choose a tag to compare
Taking shape Pre-release
Pre-release
Usage: Compat.exe plugin.dll api1.dll api2.dll ...

After testing the previous release more rigorously I'm slightly afraid to say this, but I think this one works.

Running it against the included test project (below) yields good results!

public class Class1
    {
        Class1() // mscorlib (.ctor, ignore)
        {
            var str = "Hello World!"; // mscorlib (ignore, possibly optimised out by the compiler...)
            var mesh = new Point3d(0.0, 0.0, 0.0); // exists in rhinocommon sr8
            Color4f.FromArgb(0.0f, 0.0f, 0.0f, 0.0f); // introduced in sr11 (?)
        }
    }

screen shot 2015-08-20 at 12 20 28

A cheeky look

18 Aug 22:12
Compare
Choose a tag to compare
A cheeky look Pre-release
Pre-release

screen shot 2015-08-18 at 23 05 39

A sneak peek

18 Aug 18:57
Compare
Choose a tag to compare
A sneak peek Pre-release
Pre-release
Compat.exe plugin.dll libs/RhinoCommon.dll libs/Grasshopper.dll

screen shot 2015-08-18 at 19 59 35