All Projects → jhorikawa → Meshstreaminggrasshopper

jhorikawa / Meshstreaminggrasshopper

Licence: mit
Plugin for Grasshopper to stream mesh geometry through web socket.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Meshstreaminggrasshopper

Textureupdateexample
An example showing how to update textures from a native plugin in Unity.
Stars: ✭ 133 (+155.77%)
Mutual labels:  unity, unity3d, plugin
Unitypluginwithwsl
Unity native plugin with WSL (Windows Subsystem for Linux)
Stars: ✭ 39 (-25%)
Mutual labels:  unity, unity3d, plugin
Klak
Creative coding library for Unity
Stars: ✭ 1,347 (+2490.38%)
Mutual labels:  unity, unity3d, plugin
Klaksyphon
Syphon plugin for Unity
Stars: ✭ 149 (+186.54%)
Mutual labels:  unity, unity3d, plugin
Hisocket
It is a lightweight client socket solution, you can used it in C# project or Unity3d
Stars: ✭ 275 (+428.85%)
Mutual labels:  unity, unity3d, plugin
Klakndi
NewTek NDI™ plugin for Unity
Stars: ✭ 401 (+671.15%)
Mutual labels:  unity, unity3d, plugin
Klakspout
Spout plugin for Unity
Stars: ✭ 332 (+538.46%)
Mutual labels:  unity, unity3d, plugin
Minimumaudioplugin
Minimum implementation of a native audio plugin for Unity
Stars: ✭ 33 (-36.54%)
Mutual labels:  unity, unity3d, plugin
Ecs Snake
Simple snake game powered by ecs framework.
Stars: ✭ 41 (-21.15%)
Mutual labels:  unity, unity3d
Unitystandalonefilebrowser
A native file browser for unity standalone platforms
Stars: ✭ 1,002 (+1826.92%)
Mutual labels:  unity, unity3d
Bepinex
Unity / XNA game patcher and plugin framework
Stars: ✭ 1,001 (+1825%)
Mutual labels:  unity, unity3d
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-21.15%)
Mutual labels:  unity, unity3d
Scene View Bookmarks
Unity editor extension to bookmark scene views.
Stars: ✭ 40 (-23.08%)
Mutual labels:  unity, unity3d
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-19.23%)
Mutual labels:  unity, unity3d
Uniuguitoolbar
【Unity】uGUI のオブジェクトを作成できるツールバーのエディタ拡張
Stars: ✭ 44 (-15.38%)
Mutual labels:  unity, unity3d
Unity Core Project
Core Framework for Unity
Stars: ✭ 42 (-19.23%)
Mutual labels:  unity, unity3d
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-25%)
Mutual labels:  unity, unity3d
Minject
Mono Framework Interaction / Injection Library for .NET (C++/CLI)
Stars: ✭ 42 (-19.23%)
Mutual labels:  unity, unity3d
Mujocounity
Reproducing MuJoCo benchmarks in a modern, commercial game /physics engine (Unity + PhysX).
Stars: ✭ 47 (-9.62%)
Mutual labels:  unity, unity3d
Unity Executionorder
A collection of attributes to control the execution order of your scripts in Unity from your source code.
Stars: ✭ 48 (-7.69%)
Mutual labels:  unity, unity3d

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].