The geometry drawing code has been inserted into a new library called "gleanshapes". gleanshapes primarily offers a place to store the grab-bag of object-drawing functions that GLUT created (and to which other GLUT family members have contributed).
The intent is to fully remove those functions from the core library.
Whether gleanshapes evolves the API for shape-drawing, or lets it stagnate, is yet to be see. I have ideas for the library, but mostly just want the unrelated code separated from the library core.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The geometry drawing code has been inserted into a new library called "gleanshapes". gleanshapes primarily offers a place to store the grab-bag of object-drawing functions that GLUT created (and to which other GLUT family members have contributed).
The intent is to fully remove those functions from the core library.
Whether gleanshapes evolves the API for shape-drawing, or lets it stagnate, is yet to be see. I have ideas for the library, but mostly just want the unrelated code separated from the library core.