diff options
| author | Indrajith K L | 2025-11-07 04:55:35 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-07 04:55:35 +0530 |
| commit | 3090134068e99e73ca57e8c0b62534c9bc99e93b (patch) | |
| tree | b52d4c0531ea9dd003a939b0cfe384b09dc5dbbf /html_docs/index.html | |
| parent | 839b3793a5ec4af58d4dabae85e8f8a211ace258 (diff) | |
| download | reilua-enhanced-3090134068e99e73ca57e8c0b62534c9bc99e93b.tar.gz reilua-enhanced-3090134068e99e73ca57e8c0b62534c9bc99e93b.tar.bz2 reilua-enhanced-3090134068e99e73ca57e8c0b62534c9bc99e93b.zip | |
Changes Docs Folders
Diffstat (limited to 'html_docs/index.html')
| -rw-r--r-- | html_docs/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/html_docs/index.html b/html_docs/index.html deleted file mode 100644 index ef7e6e1..0000000 --- a/html_docs/index.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE HTML><html><head><title>ReiLua</title> -<link rel="stylesheet" href="style.css"><meta charset="utf-8"></head><body> -<div class="container"><div class="navigation"> -<a href="index.html">home</a> · <a href="manual.html">manual</a> · <a href="reference.html">reference</a> -</div><h1>ReiLua Enhanced</h1><p>Lua binding for Raylib.</p><h2>Documentation</h2><ul><li><a href="manual.html">Manual</a></li><li><a href="reference.html">API Reference</a></li></ul><h2>Quick Start</h2><p>Create <code>main.lua</code>:</p><pre><code>function RL.init() - RL.SetWindowTitle("Hello") -end - -function RL.update(dt) -end - -function RL.draw() - RL.ClearBackground(RL.RAYWHITE) - RL.DrawText("Hello!",190,200,20,RL.BLACK) -end</code></pre><p>Run: <code>ReiLua.exe</code></p><div class="footer"><p>ReiLua Enhanced · <a href="https://indrajith.dev">indrajith.dev</a></p></div></div></body></html>
\ No newline at end of file |
