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 the meetup anyway.

https://github.com/masterthought/dtanks

--K


Are you aware of what turtles are? Because this looks pretty close api
wise, to be used for it.


Logo?


Yes that's the originating language.


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.




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 which rely on these dependencies. In the future 
additional support might be added for automatically registering 
dependencies.


You can find the source code at 
https://github.com/mbierlee/poodinis


Let me know what you think!


Re: DTanks Alpha

2015-03-21 Thread Dan Olson via Digitalmars-d-announce
"Kingsley"  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 have to try it.  Brings back
memories.

I got hooked on the Apple ][ version (http://corewar.co.uk/robotwar/)
back in the 80's and started a version for the Amiga called "Tonks" but
it never got off the drawing board.  I've always loved this game
concept.  Even did a version to run each tank on a node of an Intel
Hypercube as a school project.
-- 
Dan


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