An open API service indexing awesome lists of open source software.

https://github.com/calebtt/polarcode

Functions for computing polar coordinate plane values from raw controller thumbstick values. Provides magnitude per-axis as well as the polar theta angle of the direction and the polar (total) magnitude. WIP
https://github.com/calebtt/polarcode

xinput-controller

Last synced: 12 months ago
JSON representation

Functions for computing polar coordinate plane values from raw controller thumbstick values. Provides magnitude per-axis as well as the polar theta angle of the direction and the polar (total) magnitude. WIP

Awesome Lists containing this project

README

          

# PolarCode
[![MSBuild](https://github.com/calebtt/PolarCode/actions/workflows/msbuild.yml/badge.svg)](https://github.com/calebtt/PolarCode/actions/workflows/msbuild.yml)
[![Codacy Security Scan](https://github.com/calebtt/PolarCode/actions/workflows/codacy.yml/badge.svg)](https://github.com/calebtt/PolarCode/actions/workflows/codacy.yml)

Polar coordinate plane values from raw controller values


Provides magnitude per-axis as well as the polar theta angle of the direction and the polar (total) magnitude.


WIP