Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
window Directory Reference

Directories

 
include
 
src

Detailed Description

`window` — Cross-Platform Window Management

Skeleton module for GLFW-based window creation and input handling.

Public API

Not yet implemented. This module is a work-in-progress placeholder.

Intended Scope

  • Window creation and configuration (GLFW)
  • Input event polling (keyboard, mouse, gamepad)
  • Swapchain integration for rendering
  • Multi-monitor support

Dependencies

  • External: GLFW