Re: DTanks Alpha

2015-03-21 Thread sclytrack via Digitalmars-d-announce
On Saturday, 21 March 2015 at 02:39:23 UTC, Rikki Cattermole wrote: On 21/03/2015 10:55 a.m., Kingsley wrote: In preparation for the London D meetup I have got the DTanks robot battle framework into the first alpha release state - good enough to use at the meetup anyway.

Re: DTanks Alpha

2015-03-21 Thread Rikki Cattermole via Digitalmars-d-announce
On 21/03/2015 7:46 p.m., sclytrack wrote: On Saturday, 21 March 2015 at 02:39:23 UTC, Rikki Cattermole wrote: On 21/03/2015 10:55 a.m., Kingsley wrote: In preparation for the London D meetup I have got the DTanks robot battle framework into the first alpha release state - good enough to use at

Re: SDC-32bit

2015-03-21 Thread Stefan Koch via Digitalmars-d-announce
On Friday, 20 March 2015 at 17:20:36 UTC, Laeeth Isharc wrote: How about Javascript or JSASM? So we can write D on the browser? You mean asm.js. I will hook up emscripten soon. However the biggest issue is porting the runtime to javascript.

Re: DTanks Alpha

2015-03-21 Thread Dan Olson via Digitalmars-d-announce
Kingsley kingsley.hendric...@gmail.com writes: In preparation for the London D meetup I have got the DTanks robot battle framework into the first alpha release state - good enough to use at the meetup anyway. https://github.com/masterthought/dtanks --K DTanks looks cool! I am going to

Poodinis Dependency Injection Framework v1.0.0 released

2015-03-21 Thread Mike Bierlee via Digitalmars-d-announce
I've just released the first production-ready release of the Poodinis Dependency Injection Framework. Poodinis is mainly inspired by the dependency injection framework in Spring. It currently allows you to manually manage dependencies and have them be automatically injected into components

serve - A simple HTTP server for static files

2015-03-21 Thread Martin Nowak via Digitalmars-d-announce
Sharing a useful tool of mine. http://code.dlang.org/packages/serve