simple main loop for testing

This commit is contained in:
2026-08-30 18:24:15 -05:00
parent cd6f2bb45c
commit 531ad69bcc
5 changed files with 337 additions and 7 deletions

9
assets/main.rml Normal file
View File

@@ -0,0 +1,9 @@
<rml>
<head>
<title>RmlUi Raylib</title>
<link type="text/rcss" href="main.rcss" />
</head>
<body>
<h1>Hello from RmlUi</h1>
</body>
</rml>