Search found 683 matches

by kwahoo
Thu Aug 24, 2023 11:15 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

* When I disable the XR with the "glasses" toolbar button and enable it again, I do get the following error.i tried it 2-3 times, so the output is somewhat doubled.. This should be fixed now. I tried destroy xrSpaces in a wrong place, after xrInstance and xrSession. Mirror view is somewha...
by kwahoo
Wed Aug 23, 2023 9:25 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

Btw, you might want to give the workbench logo some lighter shadow. Its hardly visible in dark mode. Ah, pixel art, will do:) Please update the WB. I did 2 things: 1) moved full loop in paintGL, but I do not call paintGL() explicitly, I just call update(). This fixed some visual issues for me, may ...
by kwahoo
Fri Aug 18, 2023 8:58 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

a way to setup single step debugging of what happens after ">>>import glfw" in the python modules? pdb maybe? Finally, to reproduce your issues I installed Xubuntu 22.04.3 on real hardware and compiled Monado from git. Both: examples and xr-workbench work without issue. But then I got som...
by kwahoo
Sun Aug 13, 2023 1:03 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

Did you compile monado, openr and OpenHMD on the vm or to the Pypthon packages install without it? I did not install any XR backend, since this is not needed for import modules. Now the really weird thing: >>> import site >>> site.getsitepackages() ['/tmp/.mount_FreeCAUMp45Y/usr/lib/python3.10/site...
by kwahoo
Sat Aug 12, 2023 12:00 am
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

>>> numpy.__version__ '1.25.1' The version does slightly differ, which is strange. I used the AppImage FreeCAD_0.21.0-2023-08-02-conda-Linux-x86_64-py310.AppImage - Trying to reproduce the issue, I installed Xubuntu 22.04.3 in Virtual Machine, installed pyopenxr using pip, and downloaded stable 0.2...
by kwahoo
Fri Aug 11, 2023 4:00 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

Exactly like in my case. Can you run ... and check what is imported after typing import glfw ? This GLFW-related line is my output: calling init: /home/adi/.local/lib/python3.10/site-packages/glfw/x11/libglfw.so These were the glfw-related lines in my output: calling init: /home/catman/.local/lib/p...
by kwahoo
Thu Aug 10, 2023 7:02 pm
Forum: Open discussion
Topic: Vulkan API and CAD, 2023 update: ANARI high-level API
Replies: 11
Views: 6841

Re: Vulkan API and CAD, 2023 update: ANARI high-level API

Khronos group talked yesterday's (9.08.2023) SIGGRAPH 2023 on something much more high-level, and probably better suited for CAD needs: ANARI 3D 3D rendering API (I cannot embed this video) https://youtu.be/PAJYWvRdgaU This is something closer to OpenInventor than to OpenGL or Vulkan: you have to de...
by kwahoo
Thu Aug 10, 2023 4:50 pm
Forum: Forum po polsku
Topic: Czy można w programie FreeCad przeprowadzić fachową analizę mechanizmu?
Replies: 16
Views: 6387

Re: Czy można w programie FreeCad przeprowadzić fachową analizę mechanizmu?

Przełożenie zmienia się, w trakcie pracy przekładni, od i=0,74 do i=0,09. Niestety przy zmianie zębów, pojawia się skok przełożenia, co może dać efekt szarpnięcia. Doskonała wizualizacja. Najpierw myślałem, że w opisie jest literówka i zmiana przełożenia nie może być tak duża, ale z animacji widać,...
by kwahoo
Thu Aug 10, 2023 3:50 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), new Python workbench WiP

The local file is named just "x11/libglfw.so" and there are no symlinks. That how pip installed it. Do you have symlinks to a "*.so.3" in that folder? Exactly like in my case. Can you run: LD_DEBUG=libs ./FreeCAD_0.21.0-Linux-x86_64.AppImage and check what is imported after typi...
by kwahoo
Wed Aug 09, 2023 7:00 pm
Forum: Open discussion
Topic: OpenXR/OpenVR (virtual reality support), new Python workbench WiP
Replies: 134
Views: 55131

Re: OpenXR/OpenVR (virtual reality support), arch-friendly update

Did you paste the gl_example.py directly into FreeCAD Python console? FreeCAD will freeze, but the HMD should display the example. If it works that way, the issue is somewhere on the workbench side. Maybe somewhere a selection need to be done to complete the path? (just a wild guess) The only thing ...