Link to a GDI+ wrapper: [https://github.com/khchen/winim/blob/master/winim/inc/gdiplus.nim](https://github.com/khchen/winim/blob/master/winim/inc/gdiplus.nim) Link to Cairo wrapper: [https://github.com/nim-lang/cairo](https://github.com/nim-lang/cairo)
You can also use Cairo with SDL, GLFW or even GLUT if you like: [https://github.com/nim-lang/cairo#realtime](https://github.com/nim-lang/cairo#realtime) Probably best of very visual applications. There is a new GUI lib coming out for nim every month: * native (win32, osx, linux) [https://github.com/yglukhov/nimx](https://github.com/yglukhov/nimx) * native (win32, linux) [https://github.com/trustable-code/NiGui](https://github.com/trustable-code/NiGui) * wxWidgets [https://github.com/Araq/wxnim](https://github.com/Araq/wxnim) * QT [https://github.com/filcuc/nimqml](https://github.com/filcuc/nimqml) * SDL2 [https://github.com/nim-lang/sdl2](https://github.com/nim-lang/sdl2) * SDL1 [https://github.com/nim-lang/sdl1](https://github.com/nim-lang/sdl1) * GLFW [https://github.com/ephja/nim-glfw](https://github.com/ephja/nim-glfw) * fltk based [https://github.com/Skrylar/nfltk](https://github.com/Skrylar/nfltk) * libui [https://github.com/nim-lang/ui](https://github.com/nim-lang/ui) * nuklear [https://github.com/zacharycarter/nuklear-nim](https://github.com/zacharycarter/nuklear-nim) * nuklear another [https://github.com/genotrance/nimnuklear](https://github.com/genotrance/nimnuklear) * nimui [https://github.com/genotrance/nimui](https://github.com/genotrance/nimui) * NiGui [https://github.com/trustable-code/NiGui](https://github.com/trustable-code/NiGui) And Mine: * Fidget [https://github.com/treeform/fidget](https://github.com/treeform/fidget)
