My powerful game programming template https://midnadimple.itch.io
Go to file
Abdulmujeeb Raji 6de280f12d Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
releaser Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
reloader Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
scripts Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
window Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
.gitignore Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
LICENSE Initial Commit 2024-08-13 13:24:14 +01:00
README.md Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00
app.odin Cross-platform windowing and graphics (except for web) 2024-08-16 21:40:42 +01:00

README.md

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