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

How to add stl display to tkinter? #4

Open
Menginventor opened this issue Feb 13, 2021 · 1 comment
Open

How to add stl display to tkinter? #4

Menginventor opened this issue Feb 13, 2021 · 1 comment

Comments

@Menginventor
Copy link

Are there any method to add stl display to tkinter window?

@bwoodsend
Copy link
Owner

I'm afraid not. VTK does have a small corner for tkinter integration in their source code however is is disabled in the VTK wheels on PyPI so if you desperately wanted this functionality you would have to compile VTK from source (which is insanely hard work) but with custom build flags. There's an example of VTK tkinter code here but it won't work because VTK no longer contains the necessary components. Presumably it did in an older version but I can't find anything before VTK 8.1 which is too recent. I'd happily support tkinter if it weren't for this.

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

No branches or pull requests

2 participants