Giter VIP home page Giter VIP logo

urack-unity's Introduction

URack-Unity

URack is a project that combines the VCV Rack software modular synthesizer with the Unity game engine. You can learn more about URack here.

This repository hosts the Unity SDK. For the VCV Rack (front-end) SDK, visit URack-VCV.

Quick start

To get set-up for development within Unity:

  1. Create (or open) a Unity project that uses the High Definition Render Pipeline.
  2. Import this package into your project by adding this git repository to the Unity Package Manager.
  3. Change your player settings to use the .NET 4.x runtime.

To create a new module:

  1. Create a new C# script in your Assets directory.
  2. Import Eidetic.URack.
  3. Extend the script from UModule instead of MonoBehvaiour.

A gameobject with the script will be added to the scene when the corresponding module is spawned in VCV.

For more detailed information on this SDK and the URack SDK for VCV, visit the URack website.

Acknowledgements

  • Thanks pardeike for the Harmony library, which is used to patch methods and properties at runtime. It is licensed under the MIT license.

  • The OSC message encoding and parsing is based on this implementation by keijiro. It is licensed under the MIT license.

  • Packing and unpacking URack plugins uses the Archiver-Unity project by Vangos Pternias from LightBuzz. It is licensed under the Apache License 2.0.

License

This code is licensed under GPLv3.0.

urack-unity's People

Contributors

eidetic-av avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

urack-unity's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.