Added raylib+rmlui template

This commit is contained in:
2026-08-23 20:57:32 -05:00
commit 1a378aebf0
15 changed files with 685 additions and 0 deletions

13
assets/main.rml Normal file
View File

@@ -0,0 +1,13 @@
<rml>
<head>
<title>gamejam</title>
<link type="text/rcss" href="main.rcss"/>
</head>
<body>
<div id="panel">
<h1>gamejam</h1>
<p>RmlUi + raylib scaffold is alive.</p>
<button id="start-btn">Start</button>
</div>
</body>
</rml>