Ethosa
Ethosa
> What is the urgency of this? I don't think it needs to be done urgently. There is still a lot of work ahead on this project. 👀
freeglut has long been removed from dependencies. and follow it: https://github.com/nim-lang/sdl2#static-linking-sdl2 It's works for me.
> it pulled in 0.0.6 For some reason nimble is pulling the wrong version. I have no idea what it might be. Try it for KDE Neon https://github.com/nim-lang/sdl2#linux
I just found a bug that interferes with static compilation... 👀 I'll fix it now and update the nightly branch.
> I just found a bug that interferes with static compilation... 👀 fix in https://github.com/Ethosa/nodesnim/commit/fc268c2c97b0058fed96322b95ad289493e3bb85
Do you compile SDL dll libs on Linux by any chance? https://github.com/Ethosa/nodesnim/blob/master/src/nodesnim/thirdparty/sdl2.nim#L15-L22 
I tried compiling with https://stackoverflow.com/questions/69158045/static-link-sdl2-on-linux and also got this warning. 
Which version of nodesnim are you using? on Linux the `standard_font` is `unifont.ttf` from `core` folder  In future versions, I want to get rid of SDL dependencies and render...
maybe it helps https://github.com/Ethosa/nodesnim/blob/nightly/src/nodesnim/core/nodes_os.nim#L19-L33 https://github.com/Ethosa/nodesnim/commit/bb56159c523166dd6431e4ac2be6fc81b30589e2
@quantimnot, I came across it: [`nimscript`](https://nim-lang.org/docs/nimscript.html) And it:  Maybe this would be a good option?