https://github.com/mlabbe/investickgator
Cross-platform joystick diagnostic tool.
https://github.com/mlabbe/investickgator
Last synced: about 1 year ago
JSON representation
Cross-platform joystick diagnostic tool.
- Host: GitHub
- URL: https://github.com/mlabbe/investickgator
- Owner: mlabbe
- License: mit
- Created: 2016-09-05T07:22:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T03:01:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T07:24:11.240Z (over 1 year ago)
- Language: C
- Size: 5.08 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InveSTICKgator #
Cross-platform joystick diagnostic tool. Experience all joystick cross platform idiosyncrasies in a diagnostic tool instead of your own codebase.
[Downloadable binaries](https://github.com/mlabbe/investickgator/releases)
# Screenshots #

## Changelog ##
release | what's new | date
--------|-------------------------------------|---------
1.0.0 | initial | 1/12/16
1.0.1 | about with buildinfo | 9/12/16
## Building ##
If you just want to run Investickgator, check the releases tab in Github. Precompiled versions are available to download.
# compile dependencies
cd vendors
python3 compile_all_vendors.py -A x64
# choose your build
cd ../build
InveSTICKgator uses [Premake5](https://premake.github.io/download.html) generated Makefiles and IDE project files. The generated project files are checked in under `build/` so you don't have to download and use Premake in most cases.
### Linux ###
Before building, do this:
apt-get install libgl1-mesa-dev x11proto-core-dev libx11-dev libglu1-mesa-dev
# Copyright and Credit #
Copyright © 2016 Frogtoss Games, Inc.
InveSTICKgator by Michael Labbe
[@frogtoss](https://www.twitter.com/frogtoss)
## Support ##
[Contact author](http://www.frogtoss.com/contact.html)