Thread overview
How to run opengl tutorials
Aug 01, 2015
nikolai
Aug 02, 2015
Mike Parker
Aug 02, 2015
nikolai
Aug 08, 2015
QAston
August 01, 2015
Hey, I have found this great source of tutorials for simple game development, yet i am unable to run it properly on Windows 8.1.

https://github.com/d-gamedev-team/opengl-tutorials/tree/master/ports/opengl-tutorial.org/tutorials/01_window

Can someone tell me how can i run all those examples? I have been trying to use dub, but i either can't do it correctly, or packages are outdated.

I would appreciate any help, thanks!
August 02, 2015
On Saturday, 1 August 2015 at 22:14:45 UTC, nikolai wrote:
> Hey, I have found this great source of tutorials for simple game development, yet i am unable to run it properly on Windows 8.1.
>
> https://github.com/d-gamedev-team/opengl-tutorials/tree/master/ports/opengl-tutorial.org/tutorials/01_window
>
> Can someone tell me how can i run all those examples? I have been trying to use dub, but i either can't do it correctly, or packages are outdated.
>
> I would appreciate any help, thanks!

I don't think any one can help you without any information on the errors you are seeing. Running the example should be as simple as navigating to the 01_window directory and typing:

dub

So if that's not working for you, no one can tell you why without more info.
August 02, 2015
Yes, I was so excited about Dlang that i forgot to paste the error:
Here's the link to imagescreen http://prntscr.com/7zwe6h
August 08, 2015
On Sunday, 2 August 2015 at 10:04:54 UTC, nikolai wrote:
> Yes, I was so excited about Dlang that i forgot to paste the error:
> Here's the link to imagescreen http://prntscr.com/7zwe6h

Can't help you with your problem, but I have another tip:

Shift-right-click inside a dir-> open cmd window here is going to save you some cd-ing.