added readme and removed wasm stuff from flake and cmake

This commit is contained in:
2026-08-30 17:37:16 -05:00
parent 761fa6ca21
commit cd6f2bb45c
4 changed files with 97 additions and 140 deletions

19
readme.md Normal file
View File

@@ -0,0 +1,19 @@
# RmlUi + Raylib
This project aims to create a fully featured Raylib backend and renderer for Rmlui projects.
I originally began creating this for a Game Jam project where I got the basic rendering implemented, but realized it would be nice to have as a seperate project to flesh out the rest of the features.
## Roadmap
*Rendering features (from the RmlUi render interfface documentation https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/interfaces/render.html#feature-table):*
- [x] Basic rendering
- [ ] Clip Mask
- [ ] Transforms
- [ ] Layers
- [ ] Render textures
- [ ] Mask images
- [ ] Filters
- [ ] Shaders
*Backend features:*
- [x] Input handling