Re: SpaceD - a racing game written in D

2017-08-15 Thread VanAnorld via Digitalmars-d-announce
On Wednesday, 28 June 2017 at 07:41:30 UTC, Murzistor wrote: On Tuesday, 21 March 2017 at 00:49:14 UTC, WebFreak001 wrote: I just released my racing game I have been working on for the past few days for a linux game jam on itch.io[1]. OK, it can slow down, but I still cannot keep it within the

Release D 2.075.1

2017-08-15 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.075.1. http://dlang.org/download.html This point release fixes a few issues over 2.075.0, see the changelog for more details. http://dlang.org/changelog/2.075.1.html -Martin

Re: OOP Design Pattern examples in D

2017-08-15 Thread CRAIG DILLABAUGH via Digitalmars-d-announce
On Tuesday, 15 August 2017 at 10:38:44 UTC, thinwybk wrote: I created a project on GitHub (https://github.com/fkromer/d-design-patterns) which shall end up containing examples of all common OOP design patterns implemented in D. D beginners should be able to run the examples easily with rdmd.

Berlin D Meetup August 2017

2017-08-15 Thread Ben Palmer via Digitalmars-d-announce
Hi All, The Berlin August D meetup is happening on this Friday the 18th at 19:30 at Berlin Co-Op (http://co-up.de/) on the fifth floor. In this meetup the idea is to have a bit of a play with static foreach and see what interesting things can be done with it. Feel free to come along with

OOP Design Pattern examples in D

2017-08-15 Thread thinwybk via Digitalmars-d-announce
I created a project on GitHub (https://github.com/fkromer/d-design-patterns) which shall end up containing examples of all common OOP design patterns implemented in D. D beginners should be able to run the examples easily with rdmd. (That's the reason why patterns should reside in a single