jhorikawa / MeshStreamingGrasshopper

Plugin for Grasshopper to stream mesh geometry through web socket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshStreamingGrasshopper

Plugin for Grasshopper to stream mesh geometry through web socket with example to communicate with Unity.

Installation

  1. Put all dlls and gha files inside Libraries folder for Grasshopper (Usually in C:\Users\xxx\AppData\Roaming\Grasshopper\Libraries). Unblock all dlls and gha files.

  2. Make sure you have Microsoft .NET Framework 4.5 installed.

Notes

  • Be careful not to have duplicate dlls (like Newtonsoft.Json) in the Grasshopper's libraries folder.

Usage (for examples)

  1. Run Node server (README available under Examples/MeshStreamingServer).

  2. Run Unity project (README available under Examples/MeshReceivingUnityClient).

  3. Send mesh geometry as follows in Grasshopper.

HowtoVideo

Dependencies

About

Plugin for Grasshopper to stream mesh geometry through web socket.

License:MIT License


Languages

Language:C# 100.0%