Are there any 2D games libraries available for D2?

stewarth via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 19 15:50:08 PST 2015


On Thursday, 19 February 2015 at 23:36:13 UTC, extrawurst wrote:
> On Thursday, 19 February 2015 at 23:35:17 UTC, extrawurst wrote:
>> On Thursday, 19 February 2015 at 23:32:45 UTC, Kingsley wrote:
>>> Hi
>>>
>>> I'm looking for a 2D games library in D2 similar to gosu from 
>>> ruby: http://www.libgosu.org/ or ray: 
>>> https://github.com/Mon-Ouie/ray
>>>
>>> Does such a thing exist?
>>>
>>> --K
>>
>> Maybe one of these works for you.
>>
>> ~Stephan
>
> And now with the link:
> http://wiki.dlang.org/Game_Development_and_Multimedia_Libraries
>
> XD

I use Dgame which has a really nice and simple interface

http://rswhite.de/dgame4/

 From the web page:

Dgame is a 2D framework which is based on the SDL and OpenGL, and 
is designed for the D programming language. The design is based 
on Pygame and as well on the SFML from the C++ programming 
language.

Cheers,
Stew


More information about the Digitalmars-d mailing list