Skip to content

WootingKb/wooting-double-movement

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Wooting Double Movement

One-click install for getting double movement in Fortnite.

Read this first

Go to the main page for download and setup. This page is aimed at developers who want to report issues or contribute to the code.

Project stack

The project uses Rust to interact with ViGEm. ViGEm is a Windows kernel-mode driver that emulates USB game controllers. The GUI is made with Electron / React / Typescript.

Contributing

You can always open an issue if you encounter any problems. Looking to add something you created? If it's a small change (i.e. text change or bug fix) feel free to open a PR anytime. If you want to add a feature, please open an issue to discuss with the community first.

Dependencies

  • Rust
  • Node (Recommend using nvm and latest v10 node)
  • Yarn
  • VS 2019 C++ Desktop development package

Building

Firstly run yarn to install all the dependencies

yarn

Devving

First start the dev server which watches for changes and recompiles

yarn dev

Start the application (you'll need to use a different terminal instance than the yarn dev)

yarn start

Deploying

Make a production build of all the code

yarn build

Build it into a package

yarn dist