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.