Tag Archives: D2

A Tutorial on Templates

Phillipe Sigaud has put together a tutorial on D templates. Well worth the read if you haven’t yet familiarized yourself with them. It’s great to see this stuff popping up these days. It makes getting into advanced D features easier … Continue reading

Posted in D Programming, News | Tagged , , | Leave a comment

D:GamesVFS

kith-sa has announced a virtual file system aimed at D game developers. D:GameVFS isn’t fully featured (can’t delete directories, lacks security), doesn’t support archives, and has an unstable API. But it’s licensed under the Boost Software License and is available … Continue reading

Posted in Gamedev/Games, News | Tagged , , | 2 Comments

A Tutorial on Ranges

Ali Çehreli wrote a book on D in Turkish. He has been translating it into English chapter-by-chapter. In the newsgroups, he recently posted a link to the English translation of the chapter on ranges. The topic of ranges is, in … Continue reading

Posted in Books, D Programming, News | Tagged , , | Leave a comment

DWT Moved to GitHub

I had intended to post about this when I first saw it in the DWT newsgroup, but it slipped my mind. Luckily, Jacob reposted it in the announce newsgroup. He has picked up DWT and lugged it over to github, … Continue reading

Posted in GUI, News | Tagged , , , | Leave a comment

Visual D 0.3.30

A new release of Visual D, the plugin for Visual Studio, has been uncaged. I’ve already installed it. Rather than quote the announcement, I’ll just point you over to DFeed so you can read it in full. Gotta love DFeed.

Posted in IDE, News | Tagged , , , | Leave a comment