Powervessel/README.md

13 lines
558 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:
- [ ] Seamless hot-reloading of user code
- [ ] Cross-platform windowing and graphics via [Sokol](https://github.com/floooh/sokol-odin)
- [ ] An Extensible Renderer that supports both 2D and 3D
- [ ] A Uniform Keyboard + Gamepad Input System
- [ ] A 3D audio system built on [FMOD](https://github.com/jakubtomsu/odin-fmod)
# More Information
- [The BSD 3-clause License used in this project](/LICENSE)