https://github.com/hrntsm/unitygh
Connect grasshopper3d and Unity by UDP and display mesh on Unity.
https://github.com/hrntsm/unitygh
grassshopper grassshopper3d unity
Last synced: about 1 year ago
JSON representation
Connect grasshopper3d and Unity by UDP and display mesh on Unity.
- Host: GitHub
- URL: https://github.com/hrntsm/unitygh
- Owner: hrntsm
- License: mit
- Created: 2019-03-23T07:59:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T14:03:10.000Z (about 7 years ago)
- Last Synced: 2025-03-27T16:56:09.093Z (about 1 year ago)
- Topics: grassshopper, grassshopper3d, unity
- Language: C#
- Size: 24.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityGH
Connect grasshopper3d and Unity by UDP and display mesh on Unity.
## About Data
* UnityGH.gh file is sample grassshopper data. There are a modeling part and the UDP operation part of the data. Because it use gHowl for UDP, please download it from Food4Rhino.
* UDPMesh.cs file is the part of UDPreceiver in Unity.
* GHMesh.cs file makes mesh in Unity from the data which Unity received from grasshopper.
* Grasshopper send to Unity with vertex coordinates as Comma Separated Value and generate mesh on Unity based on the information.
* Please refer to the blog which I made for the details. [Myblog Page](https://rgkr-memo.blogspot.com/2019/04/MethodToSendSurfaceToUnityUsingUDP.html).(Only Japanese)
## Reference
* grasshopper UDP tool : [gHowl](https://www.food4rhino.com/app/ghowl).
* UDPreceiver in Unity : [UnityでUDPを受信してみる](https://qiita.com/nenjiru/items/8fa8dfb27f55c0205651).
* The YoutubeMovie which I referred to : [Grasshopper Mesh Streaming To Unity AR](https://youtu.be/krWW12V9y8M)
## Contact
When you want to know the details more, give me DM easily in [twitter.](https://twitter.com/hiron_rgkr)
詳細を知りたい場合は、気軽に[twitter](https://twitter.com/hiron_rgkr)でDMください。