Powervessel/README.md

527 B

My powerful game programming template

Powervessel is a batteries-included framework made for real-time applications, particularly games. It provides:

  • Seamless hot-reloading of user code
  • Cross-platform windowing and graphics via GLFW
  • An Extensible WebGPU Renderer that supports both 2D and 3D
  • A Uniform Keyboard + Gamepad Input System
  • A Custom Audio System via MiniAudio

More Information