From eb289899920821f852fb558d03a580902bb18afc Mon Sep 17 00:00:00 2001 From: gb Date: Sun, 6 Mar 2022 20:42:01 +0000 Subject: [PATCH] adding missing README.md --- docs/README.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..1180b795 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,56 @@ +[![openupm](https://img.shields.io/npm/v/com.csound.csoundunity?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.csound.csoundunity/) + +# CsoundUnity # +#### Csound wrapper for the Unity game engine. + +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) + + +Please visit [homepage](http://rorywalsh.github.io/CsoundUnity/) + +This simple wrapper is based on Richard Henninger's Csound6Net .NET wrapper. +If you wish to use the Csound API in a model that is idiomatic to .net please use his wrapper instead. +http://csound6net.codeplex.com (unfortunately the site is not reachable at the moment) + +## New Version: 3.2.0 ## + +Read the [CHANGELOG](https://github.com/rorywalsh/CsoundUnity/blob/master/CHANGELOG.md) for more details. + +## How to import CsoundUnity ## + +**From version 3.0 CsoundUnity is in the form of a Unity Package**. See the [Unity Manual](https://docs.unity3d.com/Manual/PackagesList.html) for more information. + +You should use the **Unity Package Manager** to import the CsoundUnity package in your project. +To open the Package Manager in Unity, select **Window/PackageManager** from the top menu. + +**If you have git installed**: press +, *Add package from git url...*, paste this url https://github.com/rorywalsh/CsoundUnity.git, and press Add. + +**If you don’t have git**: Download the Source Code (zip or tar.gz) of the [Latest Release](https://github.com/rorywalsh/CsoundUnity/releases/latest) on your local disk, extract its content, press + in the Package Manager, *Add package from disk...*, and select the package.json inside the extracted folder. + +## Documentation ## + +[Here you can find the docs](https://github.com/rorywalsh/CsoundUnity/blob/master/Documentation~/index.md) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + +

Giovanni Bedetti

💻

Bernt Isak Wærstad

💻

Charles Berman

💻

Hector Centeno

💻

NPatch

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!