Powervessel/README.md

13 lines
527 B
Markdown
Raw Normal View History

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