Koen De Vleeschauwer
Koen De Vleeschauwer
On Thu, 21 May 2020 08:21:16 -0700 beta-tester wrote: > i think i got it... i took the regular link for package json > (`https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json`). > > when i take...
OK, merged. Thanks.
OK. Some library is missing; probably from https://github.com/koendv/qt5-opengl-raspberrypi First, find the library: wget https://github.com/koendv/qt5-opengl-raspberrypi/releases/download/v5.15.2-1/qt5-opengl-dev_5.15.2_armhf.deb ar x qt5-opengl-dev_5.15.2_armhf.deb tar xvf data.tar.xz find ./usr/ -name libQt5EglFSDeviceIntegration.so.5 -> ./usr/lib/qt5.15.2/lib/libQt5EglFSDeviceIntegration.so.5 This is the library....
> Any hints on how to proceed further? If you installed Raspberry Pi os "lite" and upgraded to desktop manually, try the following: sudo apt-get install libxcb* libxkbcommon-x11-0 koen
There's a new release, OpenSCAD-2021.09.13-armhf.AppImage, that may solve this problem.
Thank you for your interest. There is an official binary of openscad for raspberry now; I am going to retire this port of openscad.
Josef Pavlik, I'd like to thank you for this patch, it's been a nice source of inspiration. https://github.com/koendv/openscad-raspberrypi regards, koen
Thank you. I'm happy you like it. If you look in "Releases", you can also download versions for Windows and intel linux. The 3D vision works, but: - only anaglyph...
On Sat, 07 Jan 2023 11:41:16 -0800 "Paul M. Christian" ***@***.***> wrote: > I am wondering if it can be easily adapted to render side by side > instead of...
This is an interesting subject. I would not add menu items; that would give too much support. But perhaps this is something for a tool like "menuconfig"? If somewhere in...