Mathieu Westphal

Results 1138 comments of Mathieu Westphal

I'm not against the idea tbh, even if it is linuxy. I'm just trying to check for unforseen consequences.

@mrdeveloperdude the last nightly release contains that feature, use `-` as an output file.

Please note being able to stream would be great for two other issues: - Windows thumbnailer improvements: https://github.com/f3d-app/f3d/issues/797 - Android version: https://github.com/f3d-app/f3d/issues/27 This already support by the libf3d API however...

We thought about a C API but it would have been too restrictive. Maybe use the python API instead ?

Sure, C API is not planned for F3D I'm afraid.

C bindings seems indeed required in order to support interop with rust and julia. Lets see if there is interest from the community: https://github.com/f3d-app/f3d/issues/1307

You are correct, you can either select an animation or select all animations but using the command line only. You need to restart F3D to select another animation. That being...

--verbose already provide that

@snoyer pointers are indeed on point. What you need to do is add a new interaction bindings (in `f3d/library/src/interactor_impl.cxx`) that will cycle through available animations, which are recovered in the...

I'll answer in detail but please open a pr directly, that will make it simpler to discuss the code :)