Open bubnenkoff opened 7 years ago
I don't know D. Well formed pull request with instructions how to compile and run stuff is more than welcome.
You need only compiler (LDC is better). Than run:
dub init
and select sdl project type
in dub sdl add:
dependency "vibe-d" version="~>0.8.0-beta.4"
that's all. Now you can build D app by:
dub
or dub build
and next dub run
Examples can be found here https://github.com/rejectedsoftware/vibe.d/tree/master/examples
There is also Hello world example on the main of http://vibed.org/
Could you add vibed.org to comparison?