InfiniteCoder
InfiniteCoder
pi@raspberrypi:~ $ echo test | RHVoice-test vector::reserve I use scons X11=no, outputs: scons: Reading SConscript files ... Mkdir("build/linux") Georgian language is skipped because of non-free license Checking whether the C...
Hello! I'm using raylib-rs v3.7.0. In raylib-sys/build.rs there is this: ```Rust // on web copy libraylib.bc to libraylib.a if platform == Platform::Web { std::fs::copy(dst_lib.join("libraylib.bc"), dst_lib.join("libraylib.a")) .expect("filed to create wasm library");...
Hello! I'm using raylib-rs v3.7.0. I feel like raylib-sys/bindings_web.rs is missing some constants and enums. When I compile it with command `cargo build --target=wasm32-unknown-emscripten`, I get those errors: ``` error[E0432]:...
Added Files::iter()
I was still doing my geng-gltf library development (which is almost done, check it out on [github](https://github.com/InfiniteCoder01/geng-gltf)), and when I was doing materials, I've stumbled upon a need for more...
I was still doing my geng-gltf library development (which is almost done, check it out on [github](https://github.com/InfiniteCoder01/geng-gltf)), and when I was doing materials, I've stumbled upon a need to create...
NOT READY FOR MERGE! One day I was doing glTF skinning (library for GENG soon) and I've noticed, that I can't pass an array of matrices as a transform for...
I was still doing my geng-gltf library development (which is almost done, check it out on [github](https://github.com/InfiniteCoder01/geng-gltf)), and when I was doing materials, I've found out, that min filter can...
Using geng flake takes ages on the first run. It downloads 1121 MiB. Maybe we should exclude some stuff like android emulator by default?