I want to make a simple rotating cube visualization using C++ for unix. What is an effective (efficient=fewest lines of code
) way I can do this? I am running a mac. So far all the example code and tutorials I've found for this endeavor seem unix exclusive, but I am still searching for an appropriate library.
Can anyone please recommend a C++ module or tutorial which can lead me down the path of creating a compatible C++ code which generates an image of a rotating cube?