Add GitHub link, add more notes to index

This commit is contained in:
2024-04-23 21:03:51 -05:00
parent feba95449f
commit 4b1f66607e
2 changed files with 71 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ This is an experimental repository while testing a Rust + SDL2 project built wit
- [X] TTF
- [ ] GFX
- All of these libraries are common and necessary for a lot of projects. Ensuring they work is important.
- [ ] Example of External Javascript Interop
- [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.