Thread overview
KiWi (A SDL-based GUI library for game developers) binding for D programming language
Aug 22, 2019
Ferhat Kurtulmuş
Aug 22, 2019
H. S. Teoh
Aug 22, 2019
a11e99z
Aug 22, 2019
Ferhat Kurtulmuş
Aug 22, 2019
H. S. Teoh
August 22, 2019
I had some free time to spend, and did this https://github.com/aferust/dkiwi. In case, someone need it. I wish it could be loaded like the way the derelict load C libraries both dynamically and statically.
August 22, 2019
On Thu, Aug 22, 2019 at 01:47:12PM +0000, Ferhat Kurtulmuş via Digitalmars-d-announce wrote:
> I had some free time to spend, and did this https://github.com/aferust/dkiwi. In case, someone need it. I wish it could be loaded like the way the derelict load C libraries both dynamically and statically.

How does it differ from Derelict?


T

-- 
Help a man when he is in trouble and he will remember you when he is in trouble again.
August 22, 2019
On Thursday, 22 August 2019 at 15:35:11 UTC, H. S. Teoh wrote:
> On Thu, Aug 22, 2019 at 01:47:12PM +0000, Ferhat Kurtulmuş via Digitalmars-d-announce wrote:
>> I had some free time to spend, and did this https://github.com/aferust/dkiwi. In case, someone need it. I wish it could be loaded like the way the derelict load C libraries both dynamically and statically.
>
> How does it differ from Derelict?
>

imo he used Derelict as SDL2 wrapper. and wrapped KiWi (Widget library).

August 22, 2019
On Thursday, 22 August 2019 at 16:01:44 UTC, a11e99z wrote:
> On Thursday, 22 August 2019 at 15:35:11 UTC, H. S. Teoh wrote:
>> On Thu, Aug 22, 2019 at 01:47:12PM +0000, Ferhat Kurtulmuş via Digitalmars-d-announce wrote:
>>> I had some free time to spend, and did this https://github.com/aferust/dkiwi. In case, someone need it. I wish it could be loaded like the way the derelict load C libraries both dynamically and statically.
>>
>> How does it differ from Derelict?
>>
>
> imo he used Derelict as SDL2 wrapper. and wrapped KiWi (Widget library).

My bad. It is a kiwi wrapper which use Derelict as sdl2 wrapper.
August 22, 2019
On Thu, Aug 22, 2019 at 06:03:10PM +0000, Ferhat Kurtulmuş via Digitalmars-d-announce wrote:
> On Thursday, 22 August 2019 at 16:01:44 UTC, a11e99z wrote:
> > On Thursday, 22 August 2019 at 15:35:11 UTC, H. S. Teoh wrote:
> > > On Thu, Aug 22, 2019 at 01:47:12PM +0000, Ferhat Kurtulmuş via Digitalmars-d-announce wrote:
> > > > I had some free time to spend, and did this https://github.com/aferust/dkiwi. In case, someone need it. I wish it could be loaded like the way the derelict load C libraries both dynamically and statically.
> > > 
> > > How does it differ from Derelict?
> > > 
> > 
> > imo he used Derelict as SDL2 wrapper. and wrapped KiWi (Widget
> > library).
> 
> My bad. It is a kiwi wrapper which use Derelict as sdl2 wrapper.

Ah, I see.  Much clearer now. :-)


T

-- 
An imaginary friend squared is a real enemy.