Skip to content

metaflow/apex-recoil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10e7359 · Sep 29, 2024
Apr 11, 2021
May 14, 2021
Sep 14, 2024
Sep 14, 2024
Apr 1, 2021
Sep 15, 2024
Sep 15, 2024
Jul 29, 2021
Sep 14, 2024
Sep 15, 2024
Apr 10, 2021
Mar 23, 2021
Sep 29, 2024
Mar 16, 2024
Mar 17, 2024
Mar 17, 2024
Mar 17, 2024
Apr 10, 2021
Sep 15, 2024
May 9, 2021
May 9, 2021
Apr 1, 2021

Repository files navigation

About

https://apexlegendsrecoils.net

Visualization of recoil patterns from Apex Legends.

How recoils are captured.

Contributing and support

I would appreciate a kind word and up arrow on Reddit. Or just tell your friends about it.

You can also help this project by suggesting an idea or contributing (I would still recommend to start with the idea). Check contributing and Code of conduct.

License and disclaimers

Source code licensed under Apache 2.

This project is not affiliated with or sponsored by Google.

This project is not affiliated with or sponsored by Electronic Arts Inc. or its licensors.

Assets

Images, audio fragments, weapon names and behavior come from Apex Legends game or from websites created and owned by Electronic Arts Inc. or Respawn Entertainment, who hold the copyright of Apex Legends.

Some images and reference materials come from Apex Legends Wiki.

Thus multimedia content from assets is NOT under Apache 2.0 License. Get in touch with EA if you want to use it.

Running the app

For development run npm run dev and open http://localhost:3000. That will watch for file changes and update the content of ./public. Running start by itself will not rebuild the bundle.

Deployment is completely static and assembled with npm run static.

Copy files from ./static to the web server dir, for example by running scp -r -i id_rsa .\static\* [email protected]:/var/www/html.