Coder Social home page Coder Social logo

monsoon.setup's Introduction

Monsoon.Setup

The NuGet packages for the initial setup (DLL references, etc.).

For Leap Motion SDK

Adds references for Leap Motion SDK to the project.
In addition, Use Monsoon.Reactive for reactive programming.

Monsoon.Setup.Leap1

Adds references for Leap Motion SDK 1.2.0 (Leap.dll, LeapCSharp.dll, LeapCSharp.NET4.0.dll).
To install Monsoon.Setup.Leap1, run the following command in the Package Manager Console on Visual Studio:

Install-Package Monsoon.Setup.Leap1

Monsoon.Setup.Leap2

Adds references for Leap Motion SDK 2.3.1 (Leap.dll, LeapCSharp.dll, LeapCSharp.NET4.0.dll).
To install Monsoon.Setup.Leap2, run the following command in the Package Manager Console on Visual Studio:

Install-Package Monsoon.Setup.Leap2

Screen Shots

A project on Visual Studio and the built bin\Debug folder:
References Bin

monsoon.setup's People

Contributors

sakapon avatar

Watchers

 avatar  avatar  avatar

monsoon.setup's Issues

Use link for contents

  <ItemGroup>
    <Content Include="Leap.dll">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="LeapCSharp.dll">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>

to

  <ItemGroup>
    <Content Include="..\packages\Monsoon.Setup.Leap2.1.0.1\content\Leap.dll">
      <Link>Leap.dll</Link>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="..\packages\Monsoon.Setup.Leap2.1.0.1\content\LeapCSharp.dll">
      <Link>LeapCSharp.dll</Link>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>

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.