Skip to content

pettinz/joystick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joystick

The aim is to provide a corss-platform library to access Joystick peripheral on macOs, Linux and Windows systems.

Usage

You can include this library in your CMake projects using FetchContent

include(FetchContent)

FetchContent_Declare(
    joystick
    GIT_REPOSITORY https://github.com/pettinz/joystick.git
    GIT_TAG "master")

FetchContent_MakeAvailable(joystick)

Otherwise you can build from the source code

$ ~ git clone https://github.com/pettinz/joystick.git
$ ~ cd joystick
$ ~ cmake -Bbuild
$ ~ cmake --build build

About

Cross-platform Joystick library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published