damdoy / opengl_examples

Collection of examples for OpenGL: Perlin noise, ambient occlusion, shadow mapping, water reflection and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio on Linux?

dmitrykolesnikovich opened this issue · comments

So as I understood from README you use Visual Studio on Linux? How do you actually run examples?

Hello,

I don't think I specify the editor/IDE I used for these examples, in the end if you compile with gcc and the right libraries it should be enough no need for a particular editor.

At the end of the README there are instructions to build the examples.

Hope this helps