Renderer Modules

The renderer modules in Tengine are designed to provide a flexible and extensible framework for rendering graphics in your game or application. They are built on top of the renderer ECS (Entity-Component-System) architecture, allowing you to easily integrate rendering functionality into your existing systems.

class tengine.renderer.window.Window(width: int, height: int, title: str)[source]

Bases: Resource

The Window class represents a window in the rendering system. It is responsible for creating and managing the window where the graphics are displayed.