Skip to content

Tofixrs/droidpad-gamepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Droidpad gamepad

Simple websocket server that allows you to use droidpad as a game controller

Requirements

  • rust

Windows

Linux

  • libevdev

Packages

Nix

Flake

{
  inputs = {
    droidpad-gamepad = {
     url = "github:Tofixrs/droidpad-gamepad";
     inputs.nixpkgs.follows = "nixpkgs";
    }
  };
}

Cachix

# cachix
{
  nix.settings = {
    substituters = ["https://tofix-cache.cachix.org"];
    trusted-public-keys = ["tofix-cache.cachix.org-1:myU8xgZK0u4kkBPCBAlLH/8wCzw5Gn6OYpit6OsAhjU="];
  };
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published