Code Monkey home page Code Monkey logo

leapobjectivec-32-64-arc-mrc's Introduction

LeapObjectiveC-32-64-ARC-MRC

(for Leap SDK 2.1.3)

The LeapObjectiveC files and Cocoa original Leap Motion Sample Project modified to handle both ARC and MRC, in 32 and 64 bits modes.

People who want to make apps linking to 32 bits only libraries, can't use the original LeapObjectiveC files without modifications, because they're using Automatic Reference Counting.

This project bundles the modified LeapObjectiveC files:

  • added 2 versions of each allocation / deallocation and a compiler command to check if the user is building with ARC or without ARC.
  • added instance variables declarations, if the compiler is not using ARC.
  • passed LeapVector float values to double, in order to handle vectors operations on "little" coordinates system (eg -1 -> 1.)

How

  • Open the Sample XCode project.
  • It is linking to leapLib.dylib situated in the /leap folder: link to the specific location on your computer.

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.