April 28, 2018
On Saturday, 28 April 2018 at 09:55:17 UTC, drug wrote:
> least I've spent more time trying to run using glfw than total time I spent using both simpledisplay and sdl2.

simpledisplay I find is a lot... well, simpler way to display than any of the alternatives since it sidesteps the dependency hell problem the others have.
April 28, 2018
28.04.2018 17:04, Adam D. Ruppe пишет:
> On Saturday, 28 April 2018 at 09:55:17 UTC, drug wrote:
>> least I've spent more time trying to run using glfw than total time I spent using both simpledisplay and sdl2.
> 
> simpledisplay I find is a lot... well, simpler way to display than any of the alternatives since it sidesteps the dependency hell problem the others have.
Yes, it is. I just use SDL2 backend in other project so it didn't take too time. But simpledisplay took much less time to take off.

P.S. `visibleForTheFirstTime` was unusual for me but nothing more.
April 30, 2018
On Saturday, 7 April 2018 at 09:13:06 UTC, drug wrote:
> https://github.com/drug007/nanogui
>
> I would be glad if you take a look

`nanogui` doesn't compile with dub:

No package file found in /nanogui/examples/arsd/, expected one of dub.json/dub.sdl/package.json

It says `arsd is submodule now`. Any quick fixes? I don't have time to look into this only to play around with it.


April 30, 2018
On Thursday, 8 March 2018 at 03:55:35 UTC, Adam D. Ruppe wrote:

> enjoy, and happy hacking. ;-)

@Adam @ drug Any chance you could add more examples of nanogui and arsed/minigui;minigui_xml? It all looks very promissing!
April 30, 2018
30.04.2018 13:33, Chris пишет:
> On Saturday, 7 April 2018 at 09:13:06 UTC, drug wrote:
>> https://github.com/drug007/nanogui
>>
>> I would be glad if you take a look
> 
> `nanogui` doesn't compile with dub:
> 
> No package file found in /nanogui/examples/arsd/, expected one of dub.json/dub.sdl/package.json
> 
> It says `arsd is submodule now`. Any quick fixes? I don't have time to look into this only to play around with it.
> 
> 
I update readme with info how to handle submodule.
1 2 3
Next ›   Last »