Mathieu Westphal
Mathieu Westphal
In the context of https://github.com/f3d-app/f3d/issues/845, we realised now would be a good time to redesign F3D logo from scratch, let design it together!
In the context of adding versionning to the website (#845), we are discussing redesigning the welcome page so that it become its own thing based on modern web design. In...
**Describe the bug** A specific dae file is not read with a parsing error **To Reproduce** Steps to reproduce the behavior: 0. [library_animation_clips.dae.zip](https://github.com/f3d-app/f3d/files/10611465/library_animation_clips.dae.zip) 1. Open the file using `f3d --dry-run...
Related to https://github.com/f3d-app/f3d/issues/1252 but specific to the WASM app visible at https://f3d.app/viewer - [ ] : Support drag and drop - [ ] : Right click context menu should be...
With https://github.com/f3d-app/f3d/pull/1442#discussion_r1623397396_ being merged, it would be nice to be even more helpful and inform the user of the directory where F3D looks for config files.
Hi TTK! I see that your CI is starting to use ccache, that's great! However, I see that you started using release to store the caches themselves, I dont think...
Complete refactoring of the options parsing mechanism in F3D application. Fixes: https://github.com/f3d-app/f3d/issues/1569 The logic is: - Parse the CLI once, store the CLI options in a single ConfigDict in a...
**Is your feature request related to a problem? Please describe.** Options generation from .json file was added in https://github.com/f3d-app/f3d/pull/1471, but the application layer was not reworked and improved, lets do...
**Is your feature request related to a problem? Please describe.** With the merge of https://github.com/f3d-app/f3d/pull/1471, there are potential compile time optimisation that have not been implemented, let try to improve...