[Solved] Creating 3D software C++ [closed]
You can check out this tutorial: http://www.codeproject.com/Articles/20286/GLUI-Window-Template#_articleTop or You can look at mine I did for a school project. https://github.com/sitting-duck/stuff/tree/master/School%20-%20Comp%20Sci/Computer%20Animation%20-%20Fall%202014/Assn1%20-%20Transformations/assn1%20redo/assn1 In this version I just use key bindings to initiate the transformations. Will be easier than making a GUI, so I did that first to learn how to get the transformation code all working, when … Read more