I created graphics using Common Lisp, OpenGL, and glut. In particular, I use the cl-opengl library. I want to save this graphic (which is made with gl: vertex points connected) to an external file so that I can load it and manipulate it in future programs.
- How to save graphics drawn in a crowded window?
- How to load a graphic file from an image file?
- How do I manipulate a downloaded image (e.g. copy, translate and rotate)?
common-lisp opengl glut
CodeKingPlusPlus
source share