All Projects → AntiMicroX → Antimicrox

AntiMicroX / Antimicrox

Licence: gpl-3.0
Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.

Projects that are alternatives of or similar to Antimicrox

xcloud-shield
Xcloud Beta Unofficial App for the Nvidia Shield Android TV. Playing Xbox Cloud Gaming directly on the box Nvidia Shield tv in the best way.
Stars: ✭ 93 (-58.85%)
Mutual labels:  games, gaming
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (+181.42%)
Mutual labels:  games, gamepad
input-remapper
🎮 An easy to use tool to change the mapping of your input device buttons.
Stars: ✭ 1,142 (+405.31%)
Mutual labels:  gaming, gamepad
Trivia-Knowledge
Trivia knowledge is a fun trivia game in which players have to guess the answers of questions by filling the answers boxes with correct letters.
Stars: ✭ 77 (-65.93%)
Mutual labels:  games, gaming
Iw4x Client
🎮 Official IW4x source code
Stars: ✭ 218 (-3.54%)
Mutual labels:  games, gaming
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-88.5%)
Mutual labels:  games, gaming
Unswitch
🕹 A tiny event handler for Switch controllers!
Stars: ✭ 574 (+153.98%)
Mutual labels:  controller, gamepad
XB1ControllerBatteryIndicator
A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
Stars: ✭ 536 (+137.17%)
Mutual labels:  controller, gamepad
Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (-57.96%)
Mutual labels:  games, gaming
Segacontroller
Arduino library to read Sega Genesis (Mega Drive) and Master System (Mark III) controllers.
Stars: ✭ 55 (-75.66%)
Mutual labels:  controller, gamepad
StadiaIcons
A set of icons for games based on the Google Stadia logo.
Stars: ✭ 20 (-91.15%)
Mutual labels:  games, gaming
Bottles
🌠 Easily manage 🍷prefix in a new way! (Run Windows software and games on Linux)
Stars: ✭ 147 (-34.96%)
Mutual labels:  games, gaming
leagueoflegends
A command-line interface for League of Legends Esports.
Stars: ✭ 28 (-87.61%)
Mutual labels:  games, gaming
VGamepad
Server-Side Installer & Instructions
Stars: ✭ 19 (-91.59%)
Mutual labels:  controller, gamepad
piw5 bot warfare
The Bot Warfare mod for PlutoniumIW5
Stars: ✭ 57 (-74.78%)
Mutual labels:  games, gaming
Awesome One Person Games
🎮 A curated list of successul games, made (quite) entirely by a lone gamedev.
Stars: ✭ 276 (+22.12%)
Mutual labels:  games, gaming
monpad
A fully-customisable web-based gamepad, designed to be used from smartphones.
Stars: ✭ 34 (-84.96%)
Mutual labels:  games, gamepad
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-88.94%)
Mutual labels:  controller, gamepad
Lazyboy
An EDSL implemented in Haskell for programming the Nintendo Game Boy.
Stars: ✭ 44 (-80.53%)
Mutual labels:  games, gaming
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-40.27%)
Mutual labels:  controller, gamepad

Icon AntiMicroX

  1. Description
  2. License
  3. Installation
  4. Wiki
  5. Command Line
  6. Testing Under Linux
  7. AntiMicroX Profiles
  8. Support
  9. Bugs
  10. Shoutout
  11. Credits
  12. Participation in the translation of AntiMicroX

Description

AntiMicroX is a graphical program used to map gamepad keys to keyboard, mouse, scripts and macros. You can use this program to control any desktop application with a gamepad on Linux. It can be also used for generating SDL2 configuration (useful for mapping atypical gamepads to generic ones like xbox360).

Currently we don't support Wayland (#32) - your system has to be running X.org in order to run this program.

It allows mapping of gamepads/joystick buttons to:

  • keyboard buttons
  • mouse buttons and moves
  • scripts and executables
  • macros consisting of elements mentioned above

This program is currently supported under various Linux distributions.

This application is continuation of project called AntiMicro, which was later abandoned and revived by juliagoda.

Legacy repositories:

Screenshots:
Disclaimer: Theme may depend on your system configuration.

Main Window Mapping
Calibration Advanced settings

License

This program is licensed under the GPL v.3. Please read the LICENSE text document included with the source code if you would like to read the terms of the license. The license can also be found online at http://www.gnu.org/licenses/gpl.txt

Installation

Flatpak

The flatpak version is distributed on Flathub, and runs on most major Linux distributions. See instructions here: Flathub application page

If you have Flathub set up already:

flatpak install flathub io.github.antimicrox.antimicrox

Fedora

dnf install antimicrox

openSUSE

A package is available.

zypper install antimicrox

Arch Linux or Arch Linux based distributions:

trizen -S antimicrox

or

pre-built version can de downloaded from unofficial repository called chaotic-aur.

Append (one of listed mirrors) to /etc/pacman.conf:

# Brazil
Server = http://lonewolf-builder.duckdns.org/$repo/$arch
# Germany
Server = http://chaotic.bangl.de/$repo/$arch
# USA (Cloudflare cached)
Server = https://repo.kitsuna.net/$arch
# Netherlands
Server = https://chaotic.tn.dedyn.io/$arch

To check signature, add keys:

sudo pacman-key --keyserver hkp://keyserver.ubuntu.com -r 3056513887B78AEB 8A9E14A07010F7E3
sudo pacman-key --lsign-key 3056513887B78AEB
sudo pacman-key --lsign-key 8A9E14A07010F7E3

Install package

pacman -S antimicrox

Debian/Ubuntu-based distributions:

Download from the release site and install .deb package.

AppImage

Download from the release site.

It is recommended to use AppImageLauncher with this package.

Building Yourself

List of required dependencies and build instructions can be found here.

Command Line

Run antimicrox --help or read man antimicrox for command-line parameters.

Wiki

Look here

Testing Under Linux

If you are having problems with antimicrox detecting a controller or detecting all axes and buttons, you should test the controller outside of antimicrox to check if the problem is with antimicrox or not. The two endorsed programs for testing gamepads outside of antimicrox are sdl-jstest (sdl2-jstest) and evtest. SDL2 utilizes evdev on Linux so performing testing with older programs that use joydev won't be as helpful since some devices behave a bit differently between the two systems. Another method also exist, which can be found here.

AntiMicroX Profiles

If you would like to send the profile you are using for your application or find something for yourself, here is the forked repository. If you want to report a bug, ask a question or share a suggestion, you can do that on the antimicrox page or on the antimicrox-profiles page.

Support

In order to obtain support, you can post an issue here.

Bugs

Application's bugs will be fixed. There are created tests for detecting bugs. Of course, I'm open to proposals or questions from users.

Shoutout

A big, original inspiration for this program was the program QJoyPad.

Credits

Contributors

Full list is available here

Package Maintainers

Distro Maintainer Package
Arch Linux frealgagu antimicrox AUR
Arch Linux FabioLolix antimicrox-git AUR
Fedora Linux gombosg antimicrox
Flatpak gombosg io.github.antimicrox.antimicrox

Translators

VaGNaroK [email protected] - Brazilian Portuguese
zzpxyx - Chinese
Belleguic Terence [email protected] - French
Leonard Koenig [email protected] - German
phob - German
tou omiya - Japanese
Dmitriy Koshel [email protected] - Russian
Jay Alexander Fleming [email protected] - Serbian
burunduk - Ukrainian
Flavio HR [email protected] - Spanish
WAZAAAAA - [email protected] - Italian
juliagoda [email protected] - Polish

Participation in the translation of AntiMicroX

If you want to participate in the translation of the program, but your language is not yet on the support list. Please contact us.

However, if your language is already supported in the program, you must have the Qt Linguist program installed, which is usually included in the qt5-tools package, to conveniently translate the application. However, before you do that, make sure that you don't already have this program installed. All you have to do is open it, and then use it to open a file with the ts extension.

If a red exclamation mark appears in the translation field, it means that your translation does not end with the same sign as the original content. Try to place commas or dots in appropriate places and often save your progress.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].