Arne Döring

Results 134 comments of Arne Döring

Well in general I think within the Nim community nobody really cares that much about licenses, people want the community to grow. So just take what you think is better...

Well, I guess there is no Wayland nim wrapper around. So `-d:SDL_VIDEO_DRIVER_WAYLAND` can't really be implemented right now. But you should be able to compile and execute `main.nim` on wayland...

@dom96 The version scheme for this library is documented in the readme ``` a.b.c.d a.b.c - underlying SDL2 version d - sdl2_nim revision ``` A new manjor version is out...

looks to me like a Nim bug that needs a workaround.

well it's not built in, but this is basically standard. Though no simd support. https://github.com/stavenko/nim-glm

Well I also think this is something people would like to have. I would like to introduce them to glm because I don't think self alignment is a bad thing...

I looked at this issue just now and I can tell you the implementation would be really ugly and not worth it in my opinion. It is a big hack...

I would like to note, that adding cursors with the mouse is impossible on Linux, because `alt+click` is already used to move the window around (at least on KDE and...