Giter Site home page Giter Site logo

ameloyi / joyconswift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from baso/joyconswift

0.0 0.0 0.0 97 KB

IOKit wrapper for Nintendo Joy-Con and ProController (macOS, Swift)

License: MIT License

Shell 0.31% Ruby 0.64% Objective-C 0.66% Swift 98.39%

joyconswift's Introduction

JoyConSwift

IOKit wrapper for Nintendo Joy-Con and ProController (macOS, Swift)

Installation

Using CocoaPods

Add the following to your Podfile:

pod 'JoyConSwift'

Set USB Capability

To use controllers, you need to check Signing & Capabilities > App SandBox > USB in your Xcode project.

usb_capability

Usage

import JoyConSwift

// Initialize the manager
let manager = JoyConManager()

// Set connection event callbacks
manager.connectHandler = { controller in
    // Do something with the controller
    controller.setPlayerLights(l1: .on, l2: .off, l3: .off, l4: .off)
    controller.enableIMU(enable: true)
    controller.setInputMode(mode: .standardFull)
    controller.buttonPressHandler = { button in
        if button == .A {
            // Do something with the A button
        }
    }
}
manager.disconnectHandler = { controller in
    // Clean the controller data
}

// Start waiting for the connection events
manager.runAsync()

Documentation

See JoyConSwift Documentation

Thanks to

dekuNukem/Nintendo_Switch_Reverse_Engineering - A look at inner workings of Joycon and Nintendo Switch

See also

JoyKeyMapper - Nintendo Joy-Con/ProController Key mapper for macOS

joyconswift's People

Contributors

magicien avatar baso avatar

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.