Add SDL GFX usage

This commit is contained in:
2024-04-23 21:23:36 -05:00
parent 4b1f66607e
commit 9c2910aea8
5 changed files with 46 additions and 10 deletions

View File

@@ -14,12 +14,11 @@ This is an experimental repository while testing a Rust + SDL2 project built wit
- [ ] MacOS
- [ ] Linux
- 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] SDL2 Extensions
- [X] Image
- [X] Mixer
- [X] TTF
- [ ] GFX
- All of these libraries are common and necessary for a lot of projects. Ensuring they work is important.
- [X] GFX
- [X] Example of External Javascript Interop
- The basic ability to provide some kind of Javascript binding would be important for a decent web-based project or game.
- The ability to use localStorage, fetch, or some browser-only API would be important.