-
Notifications
You must be signed in to change notification settings - Fork 52
Home
Leigh Johnston edited this page Jan 18, 2016
·
11 revisions
neogfx is a cross-platform C++ GUI library supporting any platform supported by the SDL library. Initial v1.0 releases will be for Windows and Linux desktop.
Initial design goals will be:
- to be as fast as possible (after all this is C++);
- for the API to be as easy to use and as clean as possible;
- to embrace modern C++ paradigms (which includes templates and exceptions and C++11);
- for compiled binaries to be as small as possible with no huge redistributables (after all this is not Qt);
3rd party libraries used include: OpenGL (via SDL), SDL, FreeType, HarfBuzz.