Flafy

Results 36 comments of Flafy

switched to [cef_binary_128.4.5+gc1d356f+chromium-128.0.6613.18_linux64_beta.tar.bz2](https://cef-builds.spotifycdn.com/cef_binary_128.4.5%2Bgc1d356f%2Bchromium-128.0.6613.18_linux64_beta.tar.bz2) but getting these errors when building in release ``` /home/flafy/repos/hlwhl/webview_cef/example/linux/flutter/ephemeral/.plugin_symlinks/webview_cef/common/webview_value.cc:83:36: error: use of undeclared identifier 'malloc' /home/flafy/repos/hlwhl/webview_cef/example/linux/flutter/ephemeral/.plugin_symlinks/webview_cef/common/webview_value.cc:97:5: error: use of undeclared identifier 'free' /home/flafy/repos/hlwhl/webview_cef/example/linux/flutter/ephemeral/.plugin_symlinks/webview_cef/common/webview_value.cc:98:5: error: use of...

Similar thing happens when scrolling(zooming). Maybe it's better to change the condition to `if pointer up/down` rather than `if pointer not moving`? Then again, I'm not sure what this intersection...

Even with this change, there is still lag when panning the camera (pointer down and up events). No lag when dragging the camera(pointer move event).

you probably didn't have clippy in PATH (it shows an error while its running). `nix shell nixpkgs#clippy` fixed it. (at least that was the problem for me)

I use ``` nix shell --impure --expr 'with builtins.getFlake "nixpkgs"; with builtins.getFlake "github:marcus7070/cq-flake"; with legacyPackages.${builtins.currentSystem} ; python312.withPackages (ps: with ps; [ pip numpy cadquery ])' ```

if i remove makeDefault then the camera is not Orthographic anymore