Coder Social home page Coder Social logo

Add support for text FBX about ofbx HOT 4 OPEN

oakmound avatar oakmound commented on June 3, 2024
Add support for text FBX

from ofbx.

Comments (4)

200sc avatar 200sc commented on June 3, 2024 1

Fundamentally I'm not opposed to this, I don't know when I'll personally have time to work on it however. I'll tentatively say that I'll start looking into it in a couple of days.

from ofbx.

200sc avatar 200sc commented on June 3, 2024 1

Just to give an update, because I did look at this and completely forgot to come back and comment on it: to be able to output in text format we need to be able to parse in text format, otherwise testing that it works requires bringing in another tool to perform that parsing in the tests, and that's really not ideal. Obviously based on response time this project is low on my priority list, but I can review PRs and will still attempt to get around to this.

from ofbx.

mewmew avatar mewmew commented on June 3, 2024

To enable round-trip encoding and decoding of FBX files, and support further use cases (e.g. in-memory manipulation of existing FBX models), I'd like to propose adding support for text output of the FBX ASCII format.

Personally, I find support for input to be less critical as the binary and ASCII formats are isomorphic, and ofbx already support binary decoding.

The use case I have which drives this is an existing set of FBX models which I would like to further extend (for instance, add animations, textures, etc). The approach I envision using to solve this is to decode the binary FBX models into in-memory Go structures using ofbx, and then to extend these structures as see fit (e.g. adding AnimationStacks to the parsed Scene). I would then invoke scene.FBXString() (or ofbx.WriteText(w io.Writer, scene *Scene)) to output the modified FBX model (including the animation) in FBX ASCII format.

Existing conversion tools such as FBX Converter Archives may be used to convert back and forth between the isomorphic binary and ASCII representations of FBX.

Adding this as a data point for use cases and as a proposal to add support for ASCII FBX output to ofbx.

Cheers,
Robin

Edit: note, this approach is also taken by https://github.com/llir/llvm which supports output of the ASCII LLVM IR format and rely on the official LLVM opt tool for converting between isomorphic versions of the file format.

from ofbx.

mewmew avatar mewmew commented on June 3, 2024

Thanks for the update @200sc! I agree, having a parser would facilitate round-trip testing a lot. No rush with the implementation, I understand if these features in ofbx are not top on the priority list. Still, would be great to have one day :)

Cheers,
Robin

from ofbx.

Related Issues (3)

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.