Skip to content
View simlrh's full-sized avatar

Block or report simlrh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Typescript compose and pipe "infix o... Typescript compose and pipe "infix operators"
    1
    interface Composable<B,C> {
    2
      (b: B): C;
    3
      I: <D>(f: (c: C) => D) => Composable<B,D>;
    4
      o: <A>(f: (a: A) => B) => Composable<A,C>;
    5
    }
  2. OSVR-Kinect OSVR-Kinect Public

    An OSVR plugin providing joint position and orientation data from the Kinect

    C++ 26 3

  3. OSVR-fusion OSVR-fusion Public

    An OSVR plugin that creates trackers by combining different sources of data.

    C++ 28 7

  4. OSVR-OpenHMD OSVR-OpenHMD Public

    OSVR plugin providing Oculus Rift DK1 & DK2 orientation tracking via OpenHMD

    CMake 21 6

  5. OSVR-Wiimote OSVR-Wiimote Public

    An OSVR plugin providing up to four Wii Remote + Nunchuk devices via the wiiuse library.

    C++ 9

  6. OSVR-psmoveapi OSVR-psmoveapi Public

    C++ 2 1