Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 936 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 936 Bytes

RustyController

A simple project to play with some LEDs :)

Motivation

I started this project because I wanted to learn Rust, but didn't have any use for it.

However... I could play with PsMove's LED!

I've used C++ in the past to interact with them but C++ is a pain...

Plugins

The plugins in this repo give this project a use. (yes, there is one, I promise! 😅)

Those plugins are scripts that use the GraphQL API.

Setting up

Read the server instructions.

Acknowledge

I've used psmoveapi's source to understand how to interact with the controller using HIDAPI and determine its request structures.