Fredrik Norén

Results 124 comments of Fredrik Norén

Looks like ts-loader has support for this now (815 is closed)

Yeah I was going back and fort a bit. Maybe something like just flip_yz is easier On Wed, Sep 14, 2016 at 8:28 PM Brendan Zabarauskas < [email protected]> wrote: >...

I think y vs z up is the most common issue. https://www.reallusion.com/iclone/help/3dxchange5/pro/05_Export/Y_Up_or_Z_Up.htm for instance. Generally it seems like many 3D tools (but not all) use y up whereas game engines...

@piscisaureus Looks like it yeah. I just tried to create a build with `use_custom_libcxx=false` but I'm getting: `linking with `cc` failed: exit code: 1` on OSX. Any suggestion for how...

@bnoordhuis Yeah V8_FROM_SOURCE was already set in the github workflow when I forked this repo. Is there a way to force it to use the c++ linker? It seems like...

Ok I got it to build (on OSX and Win at least) with `use_custom_libcxx=false use_custom_libcxx_for_host=true`: https://github.com/FredrikNoren/rusty_v8/runs/1106865968?check_suite_focus=true Then I used `RUSTY_V8_MIRROR="https://github.com/FredrikNoren/rusty_v8/releases/download" cargo build`. But I'm still getting the same segfault. I...

@bnoordhuis It looks like `-nostdlib++` is always set in `build/config/c++/BUILD.gn`: https://github.com/denoland/chromium_build/blob/6298d5546af5135b25e29a601b8414d0a16ecafb/config/c%2B%2B/BUILD.gn#L114 . But I'm guessing that for this to work it needs to be added back in somehow? I'm completely...

Ok finally figured it out; I just needed to add `println!("cargo:rustc-link-lib=dylib=c++");` to `build.rs`. These are my changes to make it work on OSX: https://github.com/FredrikNoren/rusty_v8/commit/262de8b125c4417fe2e3e8fe5bcbdbd3a937fb76 Would you guys be open to...

Thanks for the copy suggestions, I think they all make sense so just pushed a patch to update them! Re the dir view: yup something like that would definitively make...

Hm that's odd. Do have any special characters in your password? Did this work before for you?