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
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