Mathieu Westphal
Mathieu Westphal
**Context** the libf3d can be used for a quick and easy 3d viewer, but how can it be integrating into existing framework ? Let's create example showing how to. **Suggested...
**Is your feature request related to a problem? Please describe.** F3D currently let user set the font scale, which is essential for user on High DPI screens. However this is...
**Is your feature request related to a problem? Please describe.** It is currently possible to take screenshot interactively in F3D, however it writes it to a file. Screenshoting to clipboard...
**Describe the bug** .dxf files thumbnails are not generated on linux **To Reproduce** Steps to reproduce the behavior: 1. Install F3D systemwide 2. Download a .dxf file (https://github.com/f3d-app/f3d/blob/master/testing/data/PinkEggFromLW.dxf) 3. run...
**Is your feature request related to a problem? Please describe.** https://github.com/f3d-app/f3d/pull/1899/files Introduces a command buffer that is required for console interaction. This buffer is very simple and contains a single...
**Describe the bug** The ImGui console is rendered below scalar bar and axis, which can causes issue when inputing commands. **To Reproduce** Steps to reproduce the behavior: 1. Open the...
Encapsulating this action into a custom action fails with run-clang-format.py: error: No files found
When creating an action using this action like this: ``` name: 'Style Checks' description: 'Perform Style Checks' inputs: source_directory: description: 'Existing git directory to perform style checks on' default: '.'...