Skip to content
Leigh Johnston edited this page Jan 18, 2016 · 11 revisions

neogfx Cross-Platform C++ GUI Library -- Coming Soon

Introduction

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:

  1. to be as fast as possible (after all this is C++);
  2. for the API to be as easy to use and as clean as possible;
  3. to embrace modern C++ paradigms (which includes templates and exceptions and C++11);
  4. 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.

Clone this wiki locally