Re: Super Simple GUI Library

2018-01-02 Thread Ivan Trombley via Digitalmars-d-announce
On Tuesday, 2 January 2018 at 02:12:24 UTC, Martin Nowak wrote: On Tuesday, 2 January 2018 at 02:06:00 UTC, Ivan Trombley wrote: For now, app.d has an example in the doc comments. I'll be adding more examples to the doc comments. Generating documentation is as simple as `dub build -b ddox`

Re: Super Simple GUI Library

2018-01-01 Thread Ivan Trombley via Digitalmars-d-announce
On Monday, 1 January 2018 at 23:38:45 UTC, Anton Pastukhov wrote: Hi, it would be nice to see some more info. Screenshots, docs etc. Right now there is just another github repo without single example. For now, app.d has an example in the doc comments. I'll be adding more examples to the doc

Super Simple GUI Library

2017-12-31 Thread Ivan Trombley via Digitalmars-d-announce
I started a new GUI library project (for various reasons) base on SDL2. It's pretty basic at the moment but I created a github repository so that I can hopefully get some feedback on it. What is currently present: - App: an application struct housing the main loop. - Handle: a RAII struct for