Are there any open source projects in D?

I remember how he looked at D about 2 years ago, and it looked pretty good, actually faster than C for some typical language tests, and in general, everything seemed to be in order, but I did not find any real projects written on D back then, so I just walked away as I came.

Now that several years have passed, I was wondering if there were any projects executed in D, we hope that with open source code we will look at the code and see how this happens, or is D dead?

+4
source share
4 answers

Check out projects in DSource .

See also the DLinks page.

+5
source

In SourceForge, if you apply the filter "Require", "Programming Language", "D", you will get 113 hits, so it looks like this.

I was always a little worried about developing in D since I know little about this power of Digital Mars. Does D have a future beyond just the annoying interest of some nerds (using this term is not dismissive)?

+3
source

If you like games, check out Kento Cho on ABA Games (anything on Windows). His Windows games are written in D and demonstrate D using SDL .

Its code is very, very nice to read. Highly recommended.

+1
source

take a look at code.google.com for a few more d projects.

0
source

All Articles