Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with VTK 9.3.20240914 #1620

Closed
wants to merge 22 commits into from

Conversation

mwestphal
Copy link
Contributor

@mwestphal mwestphal commented Sep 14, 2024

VTK recently introduced support for dynamic loading of graphical libraries, breaking retro-compatibility in the process.

This fix compatibility with VTK while also supporting implicitely EGL/OSMESA rendering with recent versions of VTK.

DISPLAY= ./bin/f3d just works now.

Also updates VTK version in CI

Related to: #1445 #1621

Copy link

You are modifying libf3d public API! ⚠️Please update bindings accordingly⚠️!
You can find them in their respective directories: python, java, webassembly.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.82%. Comparing base (743f4f7) to head (27628bc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1620   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files         108      108           
  Lines        7643     7654   +11     
=======================================
+ Hits         7400     7411   +11     
  Misses        243      243           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mwestphal and others added 10 commits September 17, 2024 07:50
VTK recently introduced support for dynamic loading
of graphical libraries, breaking retro-compatibility
in the process.

This fix compatibility with VTK while also supporting
implicitely EGL/OSMESA rendering with recent versions
of VTK.
@@ -981,15 +986,17 @@ if(NOT F3D_MACOS_BUNDLE)
endif()
endif()

# TODO VTK_VERSION
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@Meakk
Copy link
Contributor

Meakk commented Sep 21, 2024

I'm taking over with #1631, let's close this one.

@Meakk Meakk closed this Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants