Are there any 2D games libraries available for D2?
Kingsley via Digitalmars-d
digitalmars-d at puremagic.com
Wed Feb 25 14:25:34 PST 2015
>>>> I'm using DSFML and it is one of the easiest. Though I had
>>>> strange issues like high ram usage and text not rendering.
>>>> Though the ease of use and performance is phenomenal.
>>>
>>> Thanks for the heads up. I'll open an issue to inspect RAM
>>> usage, but can you let me know when you were having Text
>>> rendering issues so I can inspect that too?
>>
>> This link can give you more information about it:
>> http://en.sfml-dev.org/forums/index.php?topic=17550.0
>>
>> I started getting text rendering issues when I was playing
>> with my space background render textures. It's kinda strange
>> cause they seem unrelated.
>
> I'll check it out, thanks!
Hi - I started using dsfml - I really like it! The fact that
there were pre-built zips to download for my platform was
awesome!! Got started straight away.
I have been googling but not found a nice answer. I want to make
an explosion from a list of 20 images. sfml doesn't seem to have
very good support for doing that kind of thing. I have seen an
external thing called thor - but I guess I'd have to port that to
D - maybe a bit beyond my skills at the moment.
If anyone has an example of creating an explosion from images
using dsfml please post it so I can learn :) :)
you will see why I need this pretty soon :)
--K
More information about the Digitalmars-d
mailing list