Brennanzuz

Results 9 comments of Brennanzuz

Plugin is broken in the demo project after `./gradlew assemble` is done successfully. In Godot 4.3: ``` Godot Engine v4.3.stable.official (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors. ---...

Aight, I did just that: ``` WASI_OS=linux WASI_ARCH=x86_64 WASI_VERSION=24 WASI_VERSION_FULL=${WASI_VERSION}.0 wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz ``` and: ``` WASI_SDK_PATH=`pwd`/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS} cd build cmake -DCMAKE_TOOLCHAIN_FILE=${WASI_SDK_PATH}/share/cmake/wasi-sdk.cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv ``` Same error: Details ```...

Thanks, that fixed it, but I did a `cmake --build .` (as per the OpenCV docs) and got this error: ``` In file included from /home/neonu/opencv/3rdparty/openjpeg/openjp2/opj_clock.c:38: /home/neonu/wasi-sdk-24.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasi/sys/resource.h:2:2: error: WASI lacks...

It seems like I can't put any flags when doing `--build` because: ``` CMake Error: Unknown argument --build CMake Error: Run 'cmake --help' for all supported options. ``` And even...

Thanks, so that's solved, but here's another error: ``` [ 5%] Linking C static library ../lib/libzlib.a [ 5%] Built target zlib [ 5%] Processing OpenCL kernels (core) [ 5%] Building...

Thank you for checking it out. May I ask where did you get this `Projeto_pesquisa` folder?

Oh yup, okay cool it builds, but what am I supposed to get to know that it worked?

Ah, that's a shame, but thanks for letting me know! Very cool game btw! (I'm surprised megido did not overload my computer XD)

Hmm, but I have it installed on my virtual environment already though with: ```sh source venv/bin/activate pip install torch pip install -e . ``` And it still returned that. Sorry...