Re: The least I need to draw with OpenGL.

2013-12-09 Thread Pekka Paalanen
On Mon, 9 Dec 2013 14:15:16 +0300 Artsiom Anikeyenka wrote: > Hi, guys, > > My ultimate idea here to run a command from my terminal which will > repaint the screen and draws the cube there. I then press Ctrl+C and > get back to my terminal. So basically what I need is to create an > OpenGL conte

The least I need to draw with OpenGL.

2013-12-09 Thread Artsiom Anikeyenka
Hi, guys, My ultimate idea here to run a command from my terminal which will repaint the screen and draws the cube there. I then press Ctrl+C and get back to my terminal. So basically what I need is to create an OpenGL context and draw to it. I want to make it the shortest way. The less components