Robert Schöftner
Robert Schöftner
My proof of concept: https://gist.github.com/rmu75/428c302a7bacc4b5e6ca622a70bfdeff tested with clang 10 with --std=c++2a
My contribution isn't really noteworthy, I'm ok with relicensing.
Is it possible to use this without the CL part? I.e. either write the JSON file manually, or include the signature of functions etc.. in the .rst? I want to...
I can't really load anything into a "real" lisp, because I want to document native stuff that is exported from C++ into the lisp interpreter, so there is no real...
yes, in hindsight, that should have been obvious to me. thanks.
I tried latest 1.0 branch of freecad on kde neon (more or less ubuntu 22.04). I have to set env-variable COIN_GL_NO_CURRENT_CONTEXT_CHECK to avoid triggering of an assert but apart from...
I compiled against benj5378:eglDustOff2 branch. Pretty sure it is using native wayland as the font rendering and dpi scaling looks completely different vom my XWayland setup. And the log is...
Sometimes a warning `Coin warning in glxglue_isdirect(): Couldn't get current GLX context.` is triggered
I will re-check if it is really using EGL and not some kind of software rendering. Seems I was overly enthusiastic and didn't compile with COIN_BUILD_EGL enabled... will re-check.
So I rebuilt libcoin with COIN_BUILD_EGL enabled, ldd confirms that FreeCAD imports libEGL.so next to libOpenGL and libGLX, but nonetheless I suspect it is using software rendering.