Jump to page: 1 2 3
Thread overview
DConf 2013 Day 1 Talk 5: Using D Alongside a Game Engine by Manu Evans
May 17, 2013
bearophile
May 17, 2013
Andrej Mitrovic
May 17, 2013
Andrej Mitrovic
May 17, 2013
Alix Pexton
May 17, 2013
Walter Bright
May 17, 2013
F i L
May 17, 2013
Nick Sabalausky
May 17, 2013
Walter Bright
May 17, 2013
Adam D. Ruppe
May 17, 2013
Brad Roberts
May 18, 2013
Jesse Phillips
May 23, 2013
Brad Anderson
May 23, 2013
Nick Sabalausky
May 23, 2013
Brad Anderson
May 23, 2013
Manu
May 23, 2013
Max Samukha
May 23, 2013
Manu
May 23, 2013
Nick Sabalausky
May 24, 2013
Max Samukha
May 24, 2013
Max Samukha
May 17, 2013
Great talk. Vote up!

http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/


Andrei
May 17, 2013
Andrei Alexandrescu:

> Great talk. Vote up!

I agree, it's quite good for D.


> http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/

On the YouTube page I suggest to fix the PDF link to:
http://dconf.org/2013/talks/evans_1.pdf


>[Page 16] Compiling performed in 2 passes<

With some work on dmd I think this will get even better.


>[Page 30] C++ can’t assert the signature matches.  Perhaps a template solution is possible?<

Maybe one solution is to write them only once each, on the C++ side. Then import the file on the D side and process it at compile-time to convert it to the desired code, later mixed in.

Bye,
bearophile
May 17, 2013
On 5/17/13, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
> Great talk. Vote up!
>
> http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/

I get an error for the archive link[1]: "The item you have requested had an error: Item cannot be found."

I guess it hasn't been uploaded to archive.org yet?

[1]: http://archive.org/details/dconf2013-day01-talk05
May 17, 2013
On 5/17/13 10:14 AM, bearophile wrote:
> Andrei Alexandrescu:
>
>> Great talk. Vote up!
>
> I agree, it's quite good for D.
>
>
>> http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/
>>
>
> On the YouTube page I suggest to fix the PDF link to:
> http://dconf.org/2013/talks/evans_1.pdf

Oops, thanks. Fixed now. I encourage you all to discuss on reddit. Thanks!

Andrei

May 17, 2013
On 5/17/13, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> I get an error for the archive link[1]: "The item you have requested had an error: Item cannot be found."
>
> I guess it hasn't been uploaded to archive.org yet?

It seems to work now.
May 17, 2013
On 5/17/13 11:25 AM, Andrej Mitrovic wrote:
> On 5/17/13, Andrej Mitrovic<andrej.mitrovich@gmail.com>  wrote:
>> I get an error for the archive link[1]: "The item you have requested
>> had an error: Item cannot be found."
>>
>> I guess it hasn't been uploaded to archive.org yet?
>
> It seems to work now.

Just came here to announce that. (Uploading to archive.org is somewhat slow and not resumable, so I need to get to an Ethernet connection at work to do it.)

Andrei
May 17, 2013
On 17/05/2013 14:28, Andrei Alexandrescu wrote:
> Great talk. Vote up!
>
> http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/
>
>
>
> Andrei


I cheered when I saw the logo for Visual D pop up (cos I drew that version ^^)

I'm so glad I was able to contribute!

A...
May 17, 2013
On 5/17/2013 6:28 AM, Andrei Alexandrescu wrote:
> http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/

https://news.ycombinator.com/item?id=5725745
May 17, 2013
Good talk, I've been waiting for this one all week.

I know this was more a talk about interlinking C++ & D when you have too, but it's interesting to note that Manu's biggest problem appears to be that his engine is written in C++ not D :)
May 17, 2013
On Fri, 17 May 2013 09:28:19 -0400
Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:

> Great talk. Vote up!
> 
> http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/
> 

Torrents and all other links: http://semitwist.com/download/misc/dconf2013/

« First   ‹ Prev
1 2 3