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
- Host: GitHub
- URL: https://github.com/calebtt/polarcode
- Owner: calebtt
- Created: 2022-04-02T17:17:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T16:20:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T15:19:49.663Z (12 months ago)
- Topics: xinput-controller
- Language: C++
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PolarCode
[](https://github.com/calebtt/PolarCode/actions/workflows/msbuild.yml)
[](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