All Projects → keijiro → Unitypluginwithwsl

keijiro / Unitypluginwithwsl

Unity native plugin with WSL (Windows Subsystem for Linux)

Projects that are alternatives of or similar to Unitypluginwithwsl

Hisocket
It is a lightweight client socket solution, you can used it in C# project or Unity3d
Stars: ✭ 275 (+605.13%)
Mutual labels:  unity, unity3d, plugin, plugins
Meshstreaminggrasshopper
Plugin for Grasshopper to stream mesh geometry through web socket.
Stars: ✭ 52 (+33.33%)
Mutual labels:  unity, unity3d, plugin
Klakndi
NewTek NDI™ plugin for Unity
Stars: ✭ 401 (+928.21%)
Mutual labels:  unity, unity3d, plugin
Klak
Creative coding library for Unity
Stars: ✭ 1,347 (+3353.85%)
Mutual labels:  unity, unity3d, plugin
Unitymobileinput
Unity mobile Input plugin for iOS and Android (Unity UI compatible)
Stars: ✭ 170 (+335.9%)
Mutual labels:  unity, unity3d, plugins
Klaksyphon
Syphon plugin for Unity
Stars: ✭ 149 (+282.05%)
Mutual labels:  unity, unity3d, plugin
Textureupdateexample
An example showing how to update textures from a native plugin in Unity.
Stars: ✭ 133 (+241.03%)
Mutual labels:  unity, unity3d, plugin
Klakspout
Spout plugin for Unity
Stars: ✭ 332 (+751.28%)
Mutual labels:  unity, unity3d, plugin
Minimumaudioplugin
Minimum implementation of a native audio plugin for Unity
Stars: ✭ 33 (-15.38%)
Mutual labels:  unity, unity3d, plugin
Unity 3mx
Load 3MX/3MXB format LOD model files generated by Bentley ContextCapture into Unity.
Stars: ✭ 38 (-2.56%)
Mutual labels:  unity, unity3d
Hsplugins
Various Honey Select plugins
Stars: ✭ 21 (-46.15%)
Mutual labels:  unity, unity3d
Easyanimation
一套操作极简轻量的Unity UGUI动画控制小工具,适用于Unity5.x以上
Stars: ✭ 35 (-10.26%)
Mutual labels:  unity, unity3d
Pix2pix
Real-time pix2pix implementation with Unity
Stars: ✭ 912 (+2238.46%)
Mutual labels:  unity, unity3d
Beaverandfairies
Stars: ✭ 14 (-64.1%)
Mutual labels:  unity, unity3d
Postprocessingdemo
A demo project used in the post-processing stack presentation at Unite 2017 Tokyo.
Stars: ✭ 21 (-46.15%)
Mutual labels:  unity, unity3d
C Sharp Promise
Promises library for C# for management of asynchronous operations.
Stars: ✭ 870 (+2130.77%)
Mutual labels:  unity, unity3d
Resharper Unity
Unity support for both ReSharper and Rider
Stars: ✭ 953 (+2343.59%)
Mutual labels:  unity, plugin
Museum
Live coding rig for Channel 18 at SuperDeluxe
Stars: ✭ 30 (-23.08%)
Mutual labels:  unity, unity3d
Shadergraphexamples
Simple examples of Unity shader graphs.
Stars: ✭ 869 (+2128.21%)
Mutual labels:  unity, unity3d
Unitystationbumper
Video bumper for Unity's live streaming channel.
Stars: ✭ 28 (-28.21%)
Mutual labels:  unity, unity3d

UnityPluginWithWSL

screenshot

This is an example that shows how to build a Unity native plugin using the WSL (Windows Subsystem for Linux) development environment.

How to build the plugin

  • Enable WSL and install Ubuntu.
  • Install make.
    • sudo apt install make
  • Install mingw-w64 (development toolchain targeting 64-bit Windows).
    • sudo apt install mingw-w64
  • Run make in the Plugin directory with Makefile.windows.
    • cd Plugin && make -f Makefile.windows
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].