-
Notifications
You must be signed in to change notification settings - Fork 46
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
SF feature request #73 - add axis and viewpoint control to TriD graphics #328
Comments
A way forward here would be to use Tk for that stuff. The A resource for getting it working is p402 et seq of this book. |
A PerlMonks article from 2012 with a modification to TkTriD: https://perlmonks.org/?node_id=960864 An old TriD tutorial (on Wayback Machine) linked from that: https://web.archive.org/web/20160317024758/http://zentara.net/TriD_Tutorial/TriD_Tutorial.html Note to self: integrate the GLUT stuff back into main OpenGL. |
An example of a trivial Tk program that works today and embeds OpenGL: https://metacpan.org/release/CHM/OpenGL-0.70/source/examples/tk_demo.pl Also example code from 2007: https://perlmonks.org/?node_id=646423 |
Prima::OpenGL works, and shows what might be needed - a Tk::OpenGL. cf https://github.com/codeplea/opengl-tcltk |
https://sourceforge.net/p/pdl/feature-requests/73/
It would be nice to be able resize, rotate, hide/unhide axes and labels. That would provide improved support for 3D visualization and demos.
The text was updated successfully, but these errors were encountered: