Skip to content
Leigh Johnston edited this page Mar 1, 2016 · 11 revisions

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

Introduction

neogfx is a cross-platform C++ GUI/Game 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.

Screenshot of current progress demonstrating implemented functionality:

Clone this wiki locally