The design of iconic cubes, such as Red Cube by Isamu Noguchi, or perhaps famous Cubist sculptures such as Female Head by Amedeo Modigliani, can be an inspiration to us all.
I have only ever designed cubes in C++ by rendering them with OpenGL. Is that what you're asking for?
Hi Ganado
I am trying to find simple cube design code using c++ , if u have idea about simple cube code , please help me with the link than i can go through
Hi Furry
i try to find in google. But whatever code i get can't able to run. So thats why i want a code from someone who already able to run . Than i can try that if that can't able to run than i can ask his/her help.
hi salem,
i want a code that can create the cube not the cube deign. like as http://www.videotutorialsrock.com/opengl_tutorial/cube/text.php
you can check this one, but when i try to compile in codeblocks it show error as C:\Users\Shawo\Downloads\cube\main.cpp|32|fatal error: GL/glut.h: No such file or directory
I don't recommend GLUT.
I would learn modern OpenGL from http://www.opengl-tutorial.org/
Yes, one of the early tutorials makes and textures a cube.
You need to either use GLEW or GLAD to load the OprnGL functionality.