bartoszek
bartoszek
@Larson40 clear build cache, you have old version of `quazip.patch` that nedd redownload.
@Larson40 @iyanmv I've pushed also `develop` and `git-develop` version to test `OpenBoard:v1.6.0alpha` . All builds fine as for now, didn't test them although. _Current packages state:_ * [openboard](https://aur.archlinux.org/packages/openboard/) * [openboard-git](https://aur.archlinux.org/packages/openboard-git)...
Don't link to `liboptix.so` just call `OptixInit()` to dynload `libnvoptix` library, and you can throw custom `FindOptix.cmake` and use one provided with `optix>=7.0` (ノ´ з `)ノ
Yea, I saw this, just tried the minimum required changes to allow tbb:2021 support, haven't thought about aberrations form cuda compiler.
* `Layout` -> `Secondary Monitors` -> `Shift Workspace Preview by Panel Height` option has no effect on the issue. * `Vertical Overview` just a leftover I forgot to remove after...
* Regarding `Shift Workspace Preview by Panel Height` options: it causes `Workspace Thumbnail` to jiggle up and down when hovering over the second screen window previews. https://github.com/G-dH/vertical-workspaces/assets/1213348/6e91c708-bd52-4811-a393-cb421f5cb18a
Packages supporting multiple backends e.g:blender,appleseed,colmap goes two ways: 1. Use automagical dependencies resolution base on packages installed on build system (discourage by Arch) 2. Strictly define dependencies with control env...
~Looks like `openssl` related issue #51~ The issue is cussed by API changes in `openssl 1.1` in comparisoin to `1.0` Looks like dino have found solution to this problem, will...
Nex step would be to add voxel rendering to inspect print file in glorious 3d 😏
> the 3d mesh reconstruction from 2D is very slow and generate ton of triangles No no no, just do a voxel rendering, like the VTK does: just color the...