Search found 13 matches

by brupbacher
Sat Jan 10, 2009 1:04 pm
Forum: Developer's Forum for macOS
Topic: Java & Mac
Replies: 9
Views: 74205

great

will try, what you have so far and give you feedback.
looking forward to see the final version :-)

again, thanks allot for your effort!
by brupbacher
Wed Jan 07, 2009 11:24 am
Forum: Developer's Forum for macOS
Topic: Java & Mac
Replies: 9
Views: 74205

pliiiiis!! this is GREAT

THANK YOU SO MUCH!!
could you post the jar =-) pliiiis

I think you should tell the jinput people about your imporvements!
great job!!
by brupbacher
Tue Dec 30, 2008 10:40 am
Forum: Developer's Forum for macOS
Topic: Java & Mac
Replies: 9
Views: 74205

not yet working

did any body got any further with this issue?
still not success, will restart
by brupbacher
Fri Aug 22, 2008 8:08 pm
Forum: Developer's Forum for macOS
Topic: Java & Mac
Replies: 9
Views: 74205

lets find a way

okidoki lets try to find a solution, i trew some emails around the internet, there must be some clever guy knowing something about that :-) as i mentionned, I have one hint HIDWrapper.jar... the only thing i can imagine is there is a missing piece between: -> jinput java->native library->MISSING->HI...
by brupbacher
Fri Aug 22, 2008 8:44 am
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

i am trying too

I switched to mac and i am currently porting my spacemouse supported application to mac OS x

I have the same issues with detecting the spacemouse....

does HIDWrapper.jar say any thing to you?
I found this in some tutorial in the web, but can't find it...

cheers,
Oliver
by brupbacher
Fri Aug 22, 2008 8:35 am
Forum: Developer's Forum for macOS
Topic: Java & Mac
Replies: 9
Views: 74205

same problem

hmm, I did exactly the same and i got exactly the same results
did you get any further?

some one talked about a HIDWrapper.jar did you manage to find and use this?

java -> jinput -> spacemouse works perfectly on windows but here on Mac OS X, no signe of it during detection...
by brupbacher
Mon Jan 21, 2008 1:27 am
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

Mac OS API

HI, Well I am experimenting with the API on Windows Systems, but may be you should try to aks these guy's

https://jinput.dev.java.net/

they wrote the api

Hope it helps :-)
by brupbacher
Tue Oct 09, 2007 6:38 am
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

6DOF and 2 Buttons

you mean just recognize the structure of the device... yes that is a valid solution I guess...I would have gone the hard way by making a list of known devices (java propery.file) and searching the correct ones by vendor identifiers (this is good for very specialized devices), but your solution to de...
by brupbacher
Tue Oct 09, 2007 4:29 am
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

Stick and Joysticks

Hi, yes you are right, I tried different things but the 'Stick' type was the only one which showed the SpaceNaviagtor. I do not use any standard joystick/pad in my environment (just the Stick and a Vacom Graphic Tablet) so I cannot answer this completely. Probably you would have to add some more cod...
by brupbacher
Mon Oct 08, 2007 8:46 am
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

Hi Jim, and All (you are wellcome) I just found a BUG!!

Hi Jim and All other, you are wellcome. I just found a BUG in my solution (not dramatic) checkout the follwoing lines xAxisIdx = findCompIndex(comps, Component.Identifier.Axis.X, "x"); yAxisIdx = findCompIndex(comps, Component.Identifier.Axis.Y, "y"); zAxisIdx = findCompIndex(com...
by brupbacher
Sat Oct 06, 2007 8:16 am
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

The Working Java Example

Hi all, after a little hacking and reading the news groupe, I finally got a valid result to use my USB 3Dconnexion space mouse :-). The solution and code I offer here is based on readings in this forum and the follwoing two links which were also mentionned in this forum. Some people allready had sol...
by brupbacher
Sat Oct 06, 2007 8:14 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator and Java
Replies: 7
Views: 19785

a working Java Example

Hi all, after a little hacking and reading the news groupe, I finally got a valid result to use my USB 3Dconnexion space mouse :-). The solution and code I offer here is based on readings in this forum and the follwoing two links which were also mentionned in this forum. Some people allready had sol...
by brupbacher
Tue Oct 02, 2007 1:49 pm
Forum: Developer's Forum for Windows
Topic: Example in JAVA
Replies: 21
Views: 64265

More Java Examples for USB version

Hi, I tried all the things you are describing, unfortunately I dont get any results... I am using a USB version of the 3dconnexion device and the JAVA SDK described here... I have the Java3D API in my CLASSPATH (every thing compiles well) I have written some own Software and now I am trying to enhan...