Rescope project, more ambitious

This commit is contained in:
Abdulmujeeb Raji 2024-08-14 09:46:17 +01:00
parent c9d8b3875b
commit 29b8166d39
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ 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
- [ ] 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 3D audio system built on [FMOD](https://github.com/jakubtomsu/odin-fmod)
- [ ] A Custom Audio System, with optional intergration with [FMOD](https://github.com/jakubtomsu/odin-fmod)
# More Information
- [The BSD 3-clause License used in this project](/LICENSE)