Page 3 of 3

Posted: Sun Dec 21, 2008 7:53 am
by pc0de
Let's focus on Linux for now. If you downloaded the source instead of using CVS, please try using OIS from CVS:

Code: Select all

cvs -d:pserver:anonymous@wgois.cvs.sourceforge.net:/cvsroot/wgois login
<Enter>
cvs -z3 -d:pserver:anonymous@wgois.cvs.sourceforge.net:/cvsroot/wgois co -P ois
Also, I'm still curious about questions 3 & 4 so please post the output from "ls -l /dev/input/event*" before and after you connect the Joystick.

Me thinking out loud: Now that Irrlicht has Joystick support, would it be better to add Force Feedback also as a compile option? I'd be willing to create the patch and it would be one less library to worry about...

Posted: Sun Dec 21, 2008 10:06 am
by hybrid
If you have some idea on how to do force feedback in Irrlicht then show us how.

Posted: Sun Dec 21, 2008 7:42 pm
by pc0de
It isn't that I'm an expert on Force Feedback, instead I'm fairly certain that I could adapt what OIS is currently doing. And because OIS is licensed under zlib/libpng, I don't think that would be a problem. I would probably use similar interface classes to upload, start, and stop FF effects.

OIS uses DirectInput for FF on Windows so that would be a dependency. Do you think that would be an issue within Irrlicht?

Posted: Sun Dec 21, 2008 9:29 pm
by hybrid
Well, some investigations about other implementations could help, but I guess that as long as it's only an option for special cases we could still add it. Maybe we can also get a DirectInput joystick option?!

Posted: Mon Dec 22, 2008 2:25 am
by pc0de
hybrid wrote:Well, some investigations about other implementations could help
Agreed.
hybrid wrote:Maybe we can also get a DirectInput joystick option?!
Agree again. I'll do some additional research.

Re: OIS Integration Tutorial

Posted: Sat Oct 30, 2021 2:51 am
by netpipe
https://github.com/wgois/OIS/pull/74 put the tutorial here and also found an issue with microsoft steering wheel forcefeedback not working