Search found 31 matches

by arpruss
Thu Sep 20, 2018 12:23 pm
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

Re: SpaceBall 4000 + USB serial + 3dxWare 10

I just added SpaceBall 2003/3003 support. To use it, put -M003 on the commandline. Untested (I don't have the device).

Plans for the future:
- Magellan / SpaceBall 5000
by arpruss
Tue Sep 18, 2018 6:45 am
Forum: Feedback
Topic: TinkerCad and OmeagaCad
Replies: 14
Views: 78045

Re: TinkerCad and OmeagaCad

by arpruss
Mon Sep 17, 2018 11:47 am
Forum: Feedback
Topic: TinkerCad and OmeagaCad
Replies: 14
Views: 78045

Re: TinkerCad and OmeagaCad

Thanks! That's very kind. I should say that I have no guarantee it will work for a very long time. It interfaces with the internals of tinkercad, so when a new tinkercad version comes out, it may fail.
by arpruss
Sat Sep 15, 2018 6:04 am
Forum: Feedback
Topic: TinkerCad and OmeagaCad
Replies: 14
Views: 78045

Re: TinkerCad and OmeagaCad

I now turned this into a Chrome extension. I am not sure I want to pay the $5 for the Chrome web store registration, so currently it's just on github: https://github.com/arpruss/spacemouse-tinkercad Download the zip file from the Clone or Download button. Unzip the zip file to a new folder. In Chrom...
by arpruss
Fri Sep 14, 2018 8:44 pm
Forum: Feedback
Topic: TinkerCad and OmeagaCad
Replies: 14
Views: 78045

Re: TinkerCad and OmeagaCad

My proof-of-concept Tinkercad support is currently pretty clunky to activate, and it only rotates the view and doesn't move parts. It probably only works with Chrome. Here's how to try it. Go to Tinkercad and edit something. In another tab, go to: https://gist.github.com/arpruss/21ecdf5ebdf01e2f9e0d...
by arpruss
Tue Sep 11, 2018 8:59 am
Forum: Feedback
Topic: TinkerCad and OmeagaCad
Replies: 14
Views: 78045

Re: TinkerCad and OmeagaCad

In case anybody is interested, I am working on unofficial TinkerCad support by hooking into the TinkerCad js code.
by arpruss
Wed Sep 05, 2018 7:03 am
Forum: Developer's Forum for Windows
Topic: SpaceMouse Pro HID reports?
Replies: 0
Views: 17851

SpaceMouse Pro HID reports?

Is there documentation somewhere of all of the SpaceMouse Pro's HID reports? Thanks!
by arpruss
Tue Sep 04, 2018 7:21 am
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

Re: SpaceBall 4000 + USB serial + 3dxWare 10

I've made .exe files of my python code, which should greatly simplify installation for non-pythoners. Currently, I am having trouble with the 32-bit version, but the 64-bit version works fine. Here are new simpler installation instructions: 1. Download the latest signed USB/IP driver . (You get more...
by arpruss
Mon Sep 03, 2018 6:26 am
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

Re: SpaceBall 4000 + USB serial + 3dxWare 10

Unfortunately I don't know much of anything about python or how it works. I installed pyserial and future, but I get an error upon execution of 3d.py:" from ctypes.wintypes import CHAR | ImportError: cannot import name CHAR My bad. For a while yesterday I had up a version that didn't work with...
by arpruss
Fri Aug 31, 2018 11:37 am
Forum: Windows Discussion Forum
Topic: SpacePilot with W10
Replies: 9
Views: 12705

Re: SpacePilot with W10

Assuming it's based on USB HID, one could modify my method discussed here: https://www.3dconnexion.com/forum/viewt ... 25&t=37572
One would just have to modify 3d.py to get its data from USB HID rather than serial. It would probably be an hour or so of coding.
by arpruss
Fri Aug 31, 2018 11:12 am
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

Re: SpaceBall 4000 + USB serial + 3dxWare 10

Maybe I misunderstood your suggestion. If so, sorry. Maybe all you want for a SpaceOrb is USB HID joystick support, rather than 3dxware support. That would be extremely easy (and 3dxware EULA would be irrelevant), if I had a SpaceOrb for testing. But I don't own one and the device isn't cheap ($50 o...
by arpruss
Fri Aug 31, 2018 6:24 am
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

Re: SpaceBall 4000 + USB serial + 3dxWare 10

I've made a bunch of improvements. Now, you don't need to edit USBIP_VERSION in the script: it will auto-detect which version of usbip you're using. It now works with both Python 2.7 and Python 3.x. If anyone was put off by having to make a choice between BSOD on disconnect and use of an unsigned dr...
by arpruss
Fri Aug 31, 2018 6:19 am
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

Re: SpaceBall 4000 + USB serial + 3dxWare 10

By the "gaming devices", you mean the SpaceOrb and things like that? This could run into problems with the 3dxware EULA, which says that 3dxware is specifically for use with 3dconnexion products. If I were to hear from 3dconnexion that they don't mind people using 3dxware with other produc...
by arpruss
Wed Aug 29, 2018 7:15 pm
Forum: Feedback
Topic: Using a SpaceBall 4000 with 3DxWare 10
Replies: 2
Views: 44966

Re: Using a SpaceBall 4000 with 3DxWare 10

Here's a photo of the setup:

Image
by arpruss
Wed Aug 29, 2018 7:04 am
Forum: Windows Discussion Forum
Topic: SpaceBall 4000 + USB serial + 3dxWare 10
Replies: 15
Views: 23004

SpaceBall 4000 + USB serial + 3dxWare 10

I have found a way of using the SpaceBall 4000 with the latest 3dxware drivers, using only one piece of additional hardware, a serial to USB converter. I've tested this on Windows 10. It's not simple. It uses the USB/IP project to create an emulated SpacePilot Pro that receives its data from the Spa...