Bauxitedev
Bauxitedev
Looking at the build log it seems the opencv build script is failing for some reason. All other steps seem to succeed. Unfortunately I don't have any experience porting to...
I think this is because it's trying to load OpenCV but it can't find the library. Do you have OpenCV installed? (Preferably OpenCV 4.2, I'm not sure if it works...
Hmm, I don't really have experience with shipping executables for distros other than Ubuntu, so I'm gonna guess the name of the `.so` files are different on Fedora so it...
`LD_LIBRARY_PATH` has potential, I'm playing with it right now. Does `LD_LIBRARY_PATH` influence Godot itself? E.g. can it cause Godot to fail running because it can't find a dependency it needs...
Thank you for your response! If I'm reading your post correctly, you're suggesting an animation blending system, where transitions from one animation to another become smooth, is that correct? E.g....
Cool, thanks. Before I merge this I have a question. Have you noticed any regressions in compile times? A little increase is fine, but I'd rather not have compile times...
Hmm just tested it, compile times increase significantly, going from ~15 sec to ~1 minute on my 4th gen i5 CPU. I'd love to use this for the final binary,...
I always develop in release mode, because 1. it gives me a better picture of the real world performance of my program during development (profiling should always be done in...
I'll check it out soon. You can ignore the dockerfile for now, I used it for testing purposes only, it doesn't serve any purpose anymore.
Just tested, the python build script doesn't seem to work for me. The `cargo build` step fails with: ``` Compiling autocfg v1.0.1 Compiling libc v0.2.88 Compiling proc-macro2 v1.0.24 Compiling unicode-xid...