Minimal cross platform SDK
Posted: Fri Apr 27, 2007 8:10 pm
I need a C/C++ minimal cross platform SDK.
I am aware of Qt, wxWindows, Gtk+, VCL.
The problem is, they are quite large and extensive, I need something low fat.
I only really need:
1) Basic Windowing (create, hide/show, remove, resize) no widgets/components.
2) Event capturing/handling
3) Basic GDI (text output, coloring and some basic primitives)
I'm thinking it should be rather trivial matter to write up my own, wrapping Windows SDK API, but I am not overly familiar with Linux and have no insight into Mac - I'd like it cross platform friendly incase I wish to publish my code one day.
Anyone know of anything?
I am aware of Qt, wxWindows, Gtk+, VCL.
The problem is, they are quite large and extensive, I need something low fat.
I only really need:
1) Basic Windowing (create, hide/show, remove, resize) no widgets/components.
2) Event capturing/handling
3) Basic GDI (text output, coloring and some basic primitives)
I'm thinking it should be rather trivial matter to write up my own, wrapping Windows SDK API, but I am not overly familiar with Linux and have no insight into Mac - I'd like it cross platform friendly incase I wish to publish my code one day.
Anyone know of anything?