This is a C# OpenGL engine designed to demonstrate 2D rendering, including support for GUI windows. The engine is lightweight and provides a simple framework to experiment with OpenGL rendering and ...
ImGUI renders to its buffer and writes/draws to the screen Surfaces of individual components are Blit onto the main surface The pixels data in the main surface is used to create an OpenGL texture A ...