Ethosa

Results 35 comments of 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 ![image](https://user-images.githubusercontent.com/49402667/138235304-d6c830c8-27fe-4320-a061-ceebd222c34a.png)

I tried compiling with https://stackoverflow.com/questions/69158045/static-link-sdl2-on-linux and also got this warning. ![image](https://user-images.githubusercontent.com/49402667/138329069-486f98d4-8a09-4d7b-86e8-29c4a6ebf17f.png)

Which version of nodesnim are you using? on Linux the `standard_font` is `unifont.ttf` from `core` folder ![image](https://user-images.githubusercontent.com/49402667/143474117-cfa600fd-82d9-430a-a9d5-9b94d4ba1415.png) 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: ![image](https://user-images.githubusercontent.com/49402667/137142139-b440d6ad-a334-4072-bcc0-ffedf5c71025.png) Maybe this would be a good option?