Hacker News new | ask | show | jobs
by fuzztester 758 days ago
You are using C (with TCC) for GUI apps? with what GUI framework or library?
1 comments

I used SDL2. Not actively working on that project anymore, but I picked it due to requirements - fast startup, low latency, low memory usage, portability anywhere (linux on multiple distros, CPU architectures and multiple rendering backends, any Windows version from XP to 11...). C fits that very well IMO and I don't regret choosing it.
Thanks for the info.

Seems like a good decision.