Hello, On Mon, Jul 01, 2013 at 02:30:12PM -0700, Charlie Paul wrote: > > Now, my issue is choosing a GUI library. GTK and QT are big, and I don't > want to have to install a dynamic language to do Tk. However, I do need to > be able to do custom drawing (for the table elements on-screen). What GUI > for C fits the bill? >
I would recommend SDL. It's a thin cross-platform multimedia library, which handles 2D/3D rendering and user input. However, it exposes many low-level details, so it might be difficult to use it without enough knowledge. Sincerely Eon