mikke89 on master
Update readme.md (compare)
mikke89 on backends_refactor
Update comments (compare)
mikke89 on backends_refactor
Move the global shortcut handle… (compare)
mikke89 on backends_refactor
Add DL libraries to CMake Format SFML Start refactoring SFML/GL2 back… and 2 more (compare)
Haven't worked with that library before, let us know if you have any issues integrating it. Most likely you won't need any specific support from the RmlUi side, the library is quite flexible so you should be able to integrate it from the client side.
@mikke89 yes I could decode and get the frame I guess I will face some issues to draw them in rmlui thanks for the help I will try to make it stable and send a commit to rmlui, lightweight mp4 files are extremely helpful for creating cool backgrounds.
Hey @mikke89 I am getting a formatting error with tables Element has a display type 'table-row-group', but is not located in a table. It will not be formatted. In element tbody < table.commandBox < body < #root#main
using the style sheet from https://mikke89.github.io/RmlUiDoc/pages/rcss/tables.html and my table is formatted as such
<table class='commandBox' data-model='commandModel'><tbody>
<tr class='commandLog'><td>{{commandLog}}</td></tr>
<tr class='commandInput'><td><input type='text' data-value='commandInput' /></td></tr>
</tbody></table>
I feel like I am missing something obvious (or if I need to change the table RCSS)