Hi! I'm junior in nim. I'm want to create games on nim. But how can i do it? I'm found this: https://github.com/oprypin/nim-csfml I tried to compile it, but after compiling i'm cant open the sfml window.
tbutton@tbutton-P85-D3:~/Рабочий стол/nim-csfml-master/examples$ nim c -d:csfmlNoDestructors simple.nim Hint: used config file '/etc/nim.cfg' [Conf] Hint: used config file '/home/tbutton/Рабочий стол/nim-csfml-master/examples/nim.cfg' [Conf] Hint: system [Processing] Hint: simple [Processing] Hint: csfml [Processing] Hint: csfml_system [Processing] Hint: csfml_util [Processing] Hint: unicode [Processing] Hint: csfml_window [Processing] Hint: csfml_graphics [Processing]
Hint: [Link] Hint: operation successful (19240 lines compiled; 0.283 sec total; 35.035MiB peakmem; Debug Build) [SuccessX]
tbutton@tbutton-P85-D3:~/Рабочий стол/nim-csfml-master/examples$ ./simple could not load: libcsfml-window.so compile with -d:nimDebugDlOpen for more information
why this is happening? what am i doing wrong? Please, help me, i'm realy want to create games on this fantastic programming language! my compiled program doesn't want open sfml window, just writes "could not load: libcsfml-window.so compile with -d:nimDebugDlOpen for more information"