Re: A small D/GtkD example game

2020-03-08 Thread Brakeran via Digitalmars-d-learn

On Monday, 24 February 2020 at 19:18:24 UTC, mark wrote:

I've just completed a small D/GtkD game.

It might be useful for others trying to learn GtkD since it is 
only just over 1000 lines, yet shows how to create a 
dialog-style app with a modal dialog and a modeless dialog, and 
a custom drawn widget, as well as keyboard and mouse handling.


The source (and a 64-bit Windows binary) is here:
https://github.com/mark-summerfield/gravitate-d

I'm posting to the Learn forum because I'm just a D beginner, 
so felt that using the announce list would be a bit 
presumptuous.


Thanks!
Much appreciated, perfect for a beginner as me.



A small D/GtkD example game

2020-02-24 Thread mark via Digitalmars-d-learn

I've just completed a small D/GtkD game.

It might be useful for others trying to learn GtkD since it is 
only just over 1000 lines, yet shows how to create a dialog-style 
app with a modal dialog and a modeless dialog, and a custom drawn 
widget, as well as keyboard and mouse handling.


The source (and a 64-bit Windows binary) is here:
https://github.com/mark-summerfield/gravitate-d

I'm posting to the Learn forum because I'm just a D beginner, so 
felt that using the announce list would be a bit presumptuous.