GithubHelp home page GithubHelp logo

Linux support about fbx-gltf-conv HOT 7 CLOSED

LightTemplar avatar LightTemplar commented on July 1, 2024 1
Linux support

from fbx-gltf-conv.

Comments (7)

shrinktofit avatar shrinktofit commented on July 1, 2024 3

I'll try it.

from fbx-gltf-conv.

shrinktofit avatar shrinktofit commented on July 1, 2024 2

After some tries, I built a ubuntu release here: https://github.com/cocos/FBX-glTF-conv/releases/tag/release-v1.0.0-alpha.41 . But there's a pitfall, it only works on Ubuntu 22.04(or in theory later) since it was built on 22.04. Especially, Ubuntu 20.04 is not able to use.

from fbx-gltf-conv.

shrinktofit avatar shrinktofit commented on July 1, 2024 1

I'll close this PR for now.

from fbx-gltf-conv.

Chikanz avatar Chikanz commented on July 1, 2024

Any updates on this?

from fbx-gltf-conv.

shrinktofit avatar shrinktofit commented on July 1, 2024

I ran into a deployment issue when implementing this and I currently don't know how to fix it. Seems like the FBX SDK installation was failed on github linux workflow. Helps would be appreciated: https://github.com/shrinktofit/FBX-glTF-conv/runs/8083554602?check_suite_focus=true

The code I used to install FBX SDK:

$FBXSDK_2020_0_1_LINUX = "https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-0-1/fbx202001_fbxsdk_linux.tar.gz"
$fbxSdkTarball = Join-Path "fbxsdk" "fbxsdk.tar.gz"
Write-Host "Downloading FBX SDK tar ball from $FBXSDK_2020_0_1_LINUX ..."
(New-Object System.Net.WebClient).DownloadFile($FBXSDK_2020_0_1_LINUX, $fbxSdkTarball)
$fbxSdkTarballExtractDir = Join-Path "fbxsdk" "tarbar_extract"
New-Item -ItemType Directory -Path $fbxSdkTarballExtractDir
Write-Host "Extracting to $fbxSdkTarballExtractDir ..."
& tar -zxvf $fbxSdkTarball -C $fbxSdkTarballExtractDir | Out-Host
$fbxSdkInstallationProgram = Join-Path $fbxSdkTarballExtractDir "fbx202001_fbxsdk_linux"
chmod ugo+x $fbxSdkInstallationProgram

$fbxSdkHomeLocation = [System.IO.Path]::Combine($HOME, "fbxsdk", "install")
Write-Host "Installing from $fbxSdkInstallationProgram ..."
New-Item -ItemType Directory -Path $fbxSdkHomeLocation
# https://stackoverflow.com/questions/63991555/linux-installation-of-fbx-sdk-how-to-automatically-confirm
Write-Output 'yes' | & $fbxSdkInstallationProgram $fbxSdkHomeLocation # !!!!!Held here
Write-Host "Installation finished."
$fbxSdkHome = Join-Path $fbxSdkHomeLocation "fbx202001_fbxsdk_linux"

from fbx-gltf-conv.

hubluesky avatar hubluesky commented on July 1, 2024

Is there any progress, I use debian 11.

from fbx-gltf-conv.

LightTemplar avatar LightTemplar commented on July 1, 2024

@shrinktofit,
there is a later version. May be try with it? https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-3

And I don't know PowerShell, but shouldn't be the line like this: Write-Output 'yes' | $fbxSdkInstallationProgram $fbxSdkHomeLocation?

from fbx-gltf-conv.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.