SDL2 Mixer with Volume Adjustment

This commit is contained in:
2024-04-18 03:56:14 -05:00
parent f54922e1e1
commit e4334ece7a
5 changed files with 71 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ This is an experimental repository while testing a Rust + SDL2 project built wit
- This ensures that the project can iterate safely and be inspected in a safe environment, free from errors. Helps ensure errors are isolated to the machine or build script.
- [ ] SDL2 Extensions
- [X] Image
- [ ] Mixer
- [X] Mixer
- [X] TTF
- [ ] GFX
- All of these libraries are common and necessary for a lot of projects. Ensuring they work is important.