Python Forum
[Tkinter] 3d engine in tkinter - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] 3d engine in tkinter (/thread-17387.html)



3d engine in tkinter - moo5e - Apr-09-2019

Can tkinter handle a 3d engine and if so what 3d software can I use in unison with tkinter. Would rather use an existing 3d engine than build my own


RE: 3d engine in tkinter - Larz60+ - Apr-09-2019

It's not the ideal language for rendering 3d graphics, but it can be done,
see: https://www.google.com/search?q=3d+programming+using+tkinter


RE: 3d engine in tkinter - moo5e - Apr-09-2019

Thank you, I'll give it a look.