Powervessel/README.md

13 lines
527 B
Markdown

# My *powerful* game programming template
Powervessel is a batteries-included framework made for real-time applications,
particularly games. It provides:
- [x] Seamless hot-reloading of user code
- [x] Cross-platform windowing and graphics via [GLFW](https://glfw.org)
- [ ] An Extensible WebGPU Renderer that supports both 2D and 3D
- [ ] A Uniform Keyboard + Gamepad Input System
- [ ] A Custom Audio System via [MiniAudio](https://miniaud.io)
# More Information
- [The BSD 3-clause License used in this project](/LICENSE)