Michael MIGLIORE
Michael MIGLIORE
Tasklist: - [x] Build VTK in CI in 64-bits ARM and x86 architectures - [x] Build libf3d with minimal modules in CI - [x] Add JNI wrapper in CI (expose...
**Describe the bug** When building OCCT with some modules, failing tests are not seen because the returned code is always 0 **To Reproduce** Steps to reproduce the behavior: 1. Build...
**Context** F3D is great to visualize point-cloud but supports a limited number of file formats. VTK has a PDAL wrapper that could be integrated easily in F3D as long as...
I have created the AUR package `filament` (https://aur.archlinux.org/packages/filament/) in order to make access to the library for Arch users. Since it makes more sense to have shared libraries for a...
**Describe the bug** The default position of native windows is defined in VTK, and seems to be: - 50,50 for Cocoa - 0,0 for Windows and Linux (to confirm) Moreover,...
Fix #423
**Describe the bug** Make sure all APIs are correctly bound in Java and Python. Let's try to craft a simple test that use all the public APIs and translate it...
Allow plugin development (dynamic library loading). The benefits are multiple: - Allow optional file format support in packages when there is an additional dependency - Allow users to add their...