How to run opengl tutorials
Mike Parker via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Aug 1 17:59:38 PDT 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.
More information about the Digitalmars-d-learn
mailing list