Ok, in a very simplified version ive got to write a C++ app to interface with a joystick and play various sounds depending on its position - Its a USB joystick and I will have a QT GUI.
This app already exists, for Windows/C# . I just need help porting it to C++/Linux.
Specifically, how to do the joystick and sound? Any ideas for libaries?