@finalman @sinbad For some reason whenever I've tried to do something with it I've just not managed to make myself continue. With Rust I've been incredibly frustrated but still pushed on.
I'm probably going to give Zig a go again though. Found some vector graphics lib and it's got SDL so I should be good to go.
@MouseByTheSea @sinbad Yeah I'm a bit the same. Although I don't really mind just VS Code or similar. I think few other languages have bespoke IDEs? C#, Java and maybe Python I guess.
Sidetrack but speaking of C#, aren't there ways of compiling that to native nowadays? Maybe that's limited.
@sinbad @MouseByTheSea I haven't really given CLion a chance yet but I think it's still pretty much CMake only, right? Makes it a no go for me, unfortunately.
I think VS Code is a great text editor and with clangd it works really well for C++. Hard to get the full coherent workflow for everything regarding projects, configurations etc though since it's just loosely coupled plugins with config files. Debugger is decent but I still miss VS debugging from time to time.