November 07, 2013
On Thursday, 7 November 2013 at 05:34:28 UTC, Vincent wrote:
> My instructor ask me a sample application that created in D. Can you give me an application that has created in D programming not the code but a title?
>
> Need help... Thanks

https://github.com/kiith-sa/ICE
November 07, 2013
On Thursday, 7 November 2013 at 16:16:22 UTC, Marco Leise wrote:
> Am Thu, 07 Nov 2013 17:06:17 +0100
> schrieb "Dejan Lekic" <dejan.lekic@gmail.com>:
>
>> On Thursday, 7 November 2013 at 05:34:28 UTC, Vincent wrote:
>> > My instructor ask me a sample application that created in D. Can you give me an application that has created in D programming not the code but a title?
>> >
>> > Need help... Thanks
>> 
>> VibeD is the first project that comes to my mind. http://vibed.org . If you want a GUI application, do not look - there is no GUI application done in D that I know of that is worth mentioning... (No offense to those people who did some GUI stuff with D)
>> 
>> There are lots of games and games related projects around, but I can't remember any of those projects (someone help me here).
>
> What's the name of that Minecraft clone written in D ?
> That's a pretty big server/client application using OpenGL.

https://github.com/Charged/Miners
November 07, 2013
On 2013-11-07 06:34, Vincent wrote:
> My instructor ask me a sample application that created in D. Can you
> give me an application that has created in D programming not the code
> but a title?
>
> Need help... Thanks

Poseidon - An IDE written in D1:

http://www.dsource.org/projects/poseidon/

-- 
/Jacob Carlborg
November 08, 2013
http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html Torus Trooper, but it is very, very old (D ver. 0.110).


On Thu, Nov 7, 2013 at 9:52 PM, Jacob Carlborg <doob@me.com> wrote:

> On 2013-11-07 06:34, Vincent wrote:
>
>> My instructor ask me a sample application that created in D. Can you give me an application that has created in D programming not the code but a title?
>>
>> Need help... Thanks
>>
>
> Poseidon - An IDE written in D1:
>
> http://www.dsource.org/projects/poseidon/
>
> --
> /Jacob Carlborg
>


November 08, 2013
On Friday, 8 November 2013 at 06:17:09 UTC, Marcin Mstowski wrote:
> http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html
> Torus Trooper, but it is very, very old (D ver. 0.110).
>
I was recently thinking about trying to get that to build in modern D.  Might poke at it this weekend if the person I've assigned to remind me about it remembers to remind me. ;)

-Wyatt
November 09, 2013
On Thursday, 7 November 2013 at 16:06:19 UTC, Dejan Lekic wrote:
> On Thursday, 7 November 2013 at 05:34:28 UTC, Vincent wrote:
>> My instructor ask me a sample application that created in D. Can you give me an application that has created in D programming not the code but a title?
>>
>> Need help... Thanks
>
> VibeD is the first project that comes to my mind. http://vibed.org . If you want a GUI application, do not look - there is no GUI application done in D that I know of that is worth mentioning... (No offense to those people who did some GUI stuff with D)
>
> There are lots of games and games related projects around, but I can't remember any of those projects (someone help me here).

Try britseyeview.com/software/compo/
November 11, 2013
On Thursday, 7 November 2013 at 05:34:28 UTC, Vincent wrote:
> My instructor ask me a sample application that created in D. Can you give me an application that has created in D programming not the code but a title?

Here are some Windows apps with GUI and multithreading:
http://www.infognition.com/blogsort/ - image processor
http://www.infognition.com/undup/ - disk space visualizer and duplicates searcher
November 11, 2013
On 2013-11-07 06:34, Vincent wrote:
> My instructor ask me a sample application that created in D. Can you
> give me an application that has created in D programming not the code
> but a title?
>
> Need help... Thanks

Entice Designer. A GUI builder for DFL and DWT:

http://www.dprogramming.com/entice.php

-- 
/Jacob Carlborg
November 13, 2013
Thanks guys.....
Its a great help...

1 2
Next ›   Last »