Skip to content

davidgomesdev/RustyController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.