kwahoo2

Results 33 comments of kwahoo2

One thing I've noticed, OpenXR-Hpp and OpenXR versions have to match (no forward compatibility?). If I use version 1.0.26 from tarballs _OpenXR-Hpp-release-1.0.26.tar.gz OpenXR-SDK-Source-release-1.0.26.tar.gz_ everything builds correctly.

> Now, the test app compiles and links successfully using my fork. Can confirm. Compiles fine with OpenXR 1.1.49. Thank you. --- 1.1.50 and git fails for me with: ```...

@antoineemerit I can confirm, works fine. Tested with OpenXR-SDK-Source form git.

> @kwahoo2 any interest into working on this feature ? This does seem to overlap with some work I've done in the XR workbench. It has 2 different navigation styles,...

Python prototype for "Arch-like" movement: https://gist.github.com/kwahoo2/f627175344fedfb968ad37e453f8a6c1 https://github.com/user-attachments/assets/257b8853-5294-45f8-acb3-c3df05bb6f80 > forget HyperController, here is one better: https://github.com/ChromeBee/Hall-Effect-Sensor-CAD-Mouse-Spacemouse Interesting. --- After thinking a bit more about it, I think mouse + keyboard like...

I (finally) started working on this. KB+M only, implementation similar to "View turntable": small window on top. This seems to be required if we like to catch WSAD keys, otherwise...

Initial implementation (not merge ready) https://github.com/kwahoo2/FreeCAD/tree/free-flight W, S, A, D, Space, Ctrl - linear movement mouse or Q, E, arrow keys - angular movement The camera should be set as...

After some conversation with DWG, I decided to ditch the separate window, creating a small widget in the 3D view instead. ![Image](https://github.com/user-attachments/assets/cafbd3da-5158-48e4-8dc4-82449ade4e7f) after pressing Esc it extends and unveils preferences...

Hello, Since, [I failed to deliver equal experience on all platforms](https://github.com/FreeCAD/FreeCAD/pull/19802), there is another attempt, basically [point 4 described in this reply](https://github.com/FreeCAD/FreeCAD/pull/19802#issuecomment-3092433564) - external Python code that uses SDL3 library....

@furgo16 I don't want blur the discussion in more places, there is this topic, and 1 (failed) PR created. For now I need to know if the demo code works...