display/abstract_display library
Classes
- AbstractDisplay
- The display can represent the canvas (in HTML) or a window (in native code). It deals with setting up the renderer (AbstractRenderer), and the events (Event). It's an abstract class
- EmptyDisplay