Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Aug 8, 2024
1 parent 5abc074 commit 13a1c7c
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="ie=edge" httpEquiv="X-UA-Compatible"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="description"/><meta content="Lua, Creative Coding, p5.js, OpenGL, Lua Interpreter, programming, coding, learn code" name="keywords"/><meta content="Matias Vazquez-Levi" name="author"/><meta property="og:title" content="lu5 | Interpreter for Creative Coding"/><meta property="og:description" content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows."/><meta property="og:image" content="https://matiasvlevi.github.io/lu5/lu5_thumbnail.png"/><meta property="og:url" content="https://matiasvlevi.github.io/lu5"/><meta content="summary_large_image" name="twitter:card"/><meta content="lu5 | Interpreter for Creative Coding" name="twitter:title"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="twitter:description"/><meta content="https://matiasvlevi.github.io/lu5/lu5_thumbnail.png" name="twitter:image"/><link href="https://matiasvlevi.github.io/lu5/latest/" rel="canonical"/><link href="./assets/style.css" rel="stylesheet"/><link href="./assets/lu5-hljs-theme.css" rel="stylesheet"/><script src="./assets/hljs.min.js"></script><script type="text/javascript" src="./assets/index.js"></script><script>document.addEventListener("DOMContentLoaded", function (event) {hljs.highlightAll();main();})</script><script src="https://www.googletagmanager.com/gtag/js?id=G-CYFGDF41F4" async></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);};gtag("js", new Date());gtag("config", "G-CYFGDF41F4");</script><title>lu5 | Interpreter for Creative Coding</title></head><body><main><header><a href="../"><img src="./assets/logo.svg" width="100px"/></a><h1 class="module">Interpreter for Creative Coding</h1></header><div id="reactive" class="container flex flex-col" style="gap: 1rem;"><div><p style="max-width:34rem;">Lu5 is a free and open-source Lua interpreter for Creative Coding.<br/></p></div><div><h2>Documentation</h2><ul class="menu" style="margin: 0 1rem"><li class="index"><a style="gap:0.5rem;align-items:center" class="flex" href="./latest"><span style="font-size: 1.25rem">latest </span><span class="font-size: 1rem; color:var(--grey)">(v0.0.6)</span></a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.6">v0.0.6</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.5">v0.0.5</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.4">v0.0.4</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.3">v0.0.3</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.2">v0.0.2</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.1">v0.0.1</a></li></ul></div><div style="margin-top: 2rem"><h2>Builds</h2><div class="builds" style="gap: 0.5rem;"><ul class="menu tags" style="margin: 0 1rem"><li class="index"><span class="text">0.0.6</span></li><li class="index"><span class="text">0.0.5</span></li><li class="index"><span class="text">0.0.4</span></li><li class="index"><span class="text">0.0.3</span></li><li class="index"><span class="text">0.0.2</span></li><li class="index"><span class="text">0.0.1</span></li></ul><ul class="menu " style="margin: 0 1rem"><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.6/lu5-x86_64-linux-0.0.6.zip">lu5-x86_64-linux-0.0.6.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.5/lu5-x86_64-linux-0.0.5.zip">lu5-x86_64-linux-0.0.5.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.4/lu5-x86_64-linux-0.0.4.zip">lu5-x86_64-linux-0.0.4.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.3/lu5-x86_64-linux-0.0.3.zip">lu5-x86_64-linux-0.0.3.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.2/lu5-x86_64-linux-0.0.2.zip">lu5-x86_64-linux-0.0.2.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.1/lu5-x86_64-linux-0.0.1.zip">lu5-x86_64-linux-0.0.1.zip</a></li></ul><ul class="menu " style="margin: 0 1rem"><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.6/lu5-x86_64-win-0.0.6.zip">lu5-x86_64-win-0.0.6.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.5/lu5-x86_64-win-0.0.5.zip">lu5-x86_64-win-0.0.5.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.4/lu5-x86_64-win-0.0.4.zip">lu5-x86_64-win-0.0.4.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.3/lu5-x86_64-win-0.0.3.zip">lu5-x86_64-win-0.0.3.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.2/lu5-x86_64-win-0.0.2.zip">lu5-x86_64-win-0.0.2.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.1/lu5-x86_64-win-0.0.1.zip">lu5-x86_64-win-0.0.1.zip</a></li></ul></div></div></div></main></body></html>
<html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="ie=edge" httpEquiv="X-UA-Compatible"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="description"/><meta content="Lua, Creative Coding, p5.js, OpenGL, Lua Interpreter, programming, coding, learn code" name="keywords"/><meta content="Matias Vazquez-Levi" name="author"/><meta content="lu5 | Interpreter for Creative Coding" property="og:title"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." property="og:description"/><meta content="https://matiasvlevi.github.io/lu5/assets/lu5_thumbnail.png" property="og:image"/><meta content="https://matiasvlevi.github.io/lu5" property="og:url"/><meta content="summary_large_image" name="twitter:card"/><meta content="lu5 | Interpreter for Creative Coding" name="twitter:title"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="twitter:description"/><meta content="https://matiasvlevi.github.io/lu5/assets/lu5_thumbnail.png" name="twitter:image"/><link href="https://matiasvlevi.github.io/lu5/latest/" rel="canonical"/><link href="./assets/style.css" rel="stylesheet"/><link href="./assets/lu5-hljs-theme.css" rel="stylesheet"/><script src="./assets/hljs.min.js"></script><script src="./assets/index.js" type="text/javascript"></script><script>document.addEventListener("DOMContentLoaded", function (event) {hljs.highlightAll();main();})</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-CYFGDF41F4"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);};gtag("js", new Date());gtag("config", "G-CYFGDF41F4");</script><link type="image/svg" href="./assets/logo.svg" rel="icon"/><title>lu5 | Interpreter for Creative Coding</title></head><body><main><header><a href="../"><img width="100px" src="./assets/logo.svg"/></a><h1 class="module">Interpreter for Creative Coding</h1></header><div style="gap: 1rem;" id="reactive" class="container flex flex-col"><div><p style="max-width:34rem;">Lu5 is a free and open-source Lua interpreter for Creative Coding.<br/></p></div><div><h2>Documentation</h2><ul class="menu" style="margin: 0 1rem"><li class="index"><a style="gap:0.5rem;align-items:center" class="flex" href="./latest"><span style="font-size: 1.25rem">latest </span><span class="font-size: 1rem; color:var(--grey)">(v0.0.6)</span></a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.6">v0.0.6</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.5">v0.0.5</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.4">v0.0.4</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.3">v0.0.3</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.2">v0.0.2</a></li><li class="index" style="font-size: 1.25rem"><a href="./v0.0.1">v0.0.1</a></li></ul></div><div style="margin-top: 2rem"><h2>Builds</h2><div class="builds" style="gap: 0.5rem;"><ul class="menu tags" style="margin: 0 1rem"><li class="index"><span class="text">0.0.6</span></li><li class="index"><span class="text">0.0.5</span></li><li class="index"><span class="text">0.0.4</span></li><li class="index"><span class="text">0.0.3</span></li><li class="index"><span class="text">0.0.2</span></li><li class="index"><span class="text">0.0.1</span></li></ul><ul class="menu " style="margin: 0 1rem"><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.6/lu5-x86_64-linux-0.0.6.zip">lu5-x86_64-linux-0.0.6.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.5/lu5-x86_64-linux-0.0.5.zip">lu5-x86_64-linux-0.0.5.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.4/lu5-x86_64-linux-0.0.4.zip">lu5-x86_64-linux-0.0.4.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.3/lu5-x86_64-linux-0.0.3.zip">lu5-x86_64-linux-0.0.3.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.2/lu5-x86_64-linux-0.0.2.zip">lu5-x86_64-linux-0.0.2.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.1/lu5-x86_64-linux-0.0.1.zip">lu5-x86_64-linux-0.0.1.zip</a></li></ul><ul class="menu " style="margin: 0 1rem"><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.6/lu5-x86_64-win-0.0.6.zip">lu5-x86_64-win-0.0.6.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.5/lu5-x86_64-win-0.0.5.zip">lu5-x86_64-win-0.0.5.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.4/lu5-x86_64-win-0.0.4.zip">lu5-x86_64-win-0.0.4.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.3/lu5-x86_64-win-0.0.3.zip">lu5-x86_64-win-0.0.3.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.2/lu5-x86_64-win-0.0.2.zip">lu5-x86_64-win-0.0.2.zip</a></li><li class="index underline"><a href="https://github.com/matiasvlevi/lu5/releases/download/v0.0.1/lu5-x86_64-win-0.0.1.zip">lu5-x86_64-win-0.0.1.zip</a></li></ul></div></div></div></main></body></html>
2 changes: 1 addition & 1 deletion docs/latest/classes/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="ie=edge" httpEquiv="X-UA-Compatible"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="description"/><meta content="Lua, Creative Coding, p5.js, OpenGL, Lua Interpreter, programming, coding, learn code" name="keywords"/><meta content="Matias Vazquez-Levi" name="author"/><meta property="og:title" content="lu5 | classes"/><meta property="og:description" content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows."/><meta property="og:image" content="https://matiasvlevi.github.io/lu5/lu5_thumbnail.png"/><meta property="og:url" content="https://matiasvlevi.github.io/lu5"/><meta content="summary_large_image" name="twitter:card"/><meta content="lu5 | classes" name="twitter:title"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="twitter:description"/><meta content="https://matiasvlevi.github.io/lu5/lu5_thumbnail.png" name="twitter:image"/><link href="https://matiasvlevi.github.io/lu5/latest/" rel="canonical"/><link href="../../assets/style.css" rel="stylesheet"/><link href="../../assets/lu5-hljs-theme.css" rel="stylesheet"/><script src="../../assets/hljs.min.js"></script><script type="text/javascript" src="../../assets/index.js"></script><script>document.addEventListener("DOMContentLoaded", function (event) {hljs.highlightAll();main();})</script><script src="https://www.googletagmanager.com/gtag/js?id=G-CYFGDF41F4" async></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);};gtag("js", new Date());gtag("config", "G-CYFGDF41F4");</script><title>lu5 | classes</title></head><body><div class="nav" id="menu"><br/><ul><li class="btn"><a class="light" href="./window.html"><h4>window</h4></a></li><li class="btn"><a class="light" href="./typography.html"><h4>typography</h4></a></li><li class="btn"><a class="light" href="./shapes.html"><h4>shapes</h4></a></li><li class="btn"><a class="light" href="./setting.html"><h4>setting</h4></a></li><li class="btn"><a class="light" href="./mouse.html"><h4>mouse</h4></a></li><li class="btn"><a class="light" href="./vector.html"><h4>vector</h4></a></li><li class="btn"><a class="light" href="./math.html"><h4>math</h4></a></li><li class="btn"><a class="light" href="./keyboard.html"><h4>keyboard</h4></a></li><li class="btn"><a class="light" href="./io.html"><h4>io</h4></a></li><li class="btn"><a class="light" href="./image.html"><h4>image</h4></a></li><li class="btn"><a class="light" href="./classes.html"><h4>classes</h4></a></li></ul></div><main><header><a href="../"><img src="../../assets/logo.svg" width="100px"/></a><h1 class="module">classes</h1><button class="menuBtn" onclick="toggleMenu()"><img width="40px" class="menuIcon" src="../../assets/arrow_left.svg"/></button><span class="text version">v0.0.6</span></header><div class="method" id="class"><div class="methodDeclaration"><code>class(name);</code></div><p>Create a class. <br/>if a class implements a <code class="inline">print</code> method, it can be used in the <a href="./io.html#print"><code class="inline">print</code></a> function</p><h4>Arguments</h4><div class="params"><div class="param"><code class="name">name</code><span class="text desc">The class name</span></div></div><p></p><pre><code class="language-lua"> local Player = class('Player');
<html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="ie=edge" httpEquiv="X-UA-Compatible"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="description"/><meta content="Lua, Creative Coding, p5.js, OpenGL, Lua Interpreter, programming, coding, learn code" name="keywords"/><meta content="Matias Vazquez-Levi" name="author"/><meta content="lu5 | classes" property="og:title"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." property="og:description"/><meta content="https://matiasvlevi.github.io/lu5/assets/lu5_thumbnail.png" property="og:image"/><meta content="https://matiasvlevi.github.io/lu5" property="og:url"/><meta content="summary_large_image" name="twitter:card"/><meta content="lu5 | classes" name="twitter:title"/><meta content="A Lua interpreter for Creative Coding. Provides a similar experience to well known p5.js library. Perfect learning or quickly running Lua graphical windows." name="twitter:description"/><meta content="https://matiasvlevi.github.io/lu5/assets/lu5_thumbnail.png" name="twitter:image"/><link href="https://matiasvlevi.github.io/lu5/latest/" rel="canonical"/><link href="../../assets/style.css" rel="stylesheet"/><link href="../../assets/lu5-hljs-theme.css" rel="stylesheet"/><script src="../../assets/hljs.min.js"></script><script src="../../assets/index.js" type="text/javascript"></script><script>document.addEventListener("DOMContentLoaded", function (event) {hljs.highlightAll();main();})</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-CYFGDF41F4"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);};gtag("js", new Date());gtag("config", "G-CYFGDF41F4");</script><link type="image/svg" href="../../assets/logo.svg" rel="icon"/><title>lu5 | classes</title></head><body><div class="nav" id="menu"><br/><ul><li class="btn"><a class="light" href="./window.html"><h4>window</h4></a></li><li class="btn"><a class="light" href="./typography.html"><h4>typography</h4></a></li><li class="btn"><a class="light" href="./shapes.html"><h4>shapes</h4></a></li><li class="btn"><a class="light" href="./setting.html"><h4>setting</h4></a></li><li class="btn"><a class="light" href="./mouse.html"><h4>mouse</h4></a></li><li class="btn"><a class="light" href="./vector.html"><h4>vector</h4></a></li><li class="btn"><a class="light" href="./math.html"><h4>math</h4></a></li><li class="btn"><a class="light" href="./keyboard.html"><h4>keyboard</h4></a></li><li class="btn"><a class="light" href="./io.html"><h4>io</h4></a></li><li class="btn"><a class="light" href="./image.html"><h4>image</h4></a></li><li class="btn"><a class="light" href="./classes.html"><h4>classes</h4></a></li></ul></div><main><header><a href="../"><img width="100px" src="../../assets/logo.svg"/></a><h1 class="module">classes</h1><button class="menuBtn" onclick="toggleMenu()"><img width="40px" class="menuIcon" src="../../assets/arrow_left.svg"/></button><span class="text version">v0.0.6</span></header><div class="method" id="class"><div class="methodDeclaration"><code>class(name);</code></div><p>Create a class. <br/>if a class implements a <code class="inline">print</code> method, it can be used in the <a href="./io.html#print"><code class="inline">print</code></a> function</p><h4>Arguments</h4><div class="params"><div class="param"><code class="name">name</code><span class="text desc">The class name</span></div></div><p></p><pre><code class="language-lua"> local Player = class('Player');

function Player:init(x, y)
self.x = x;
Expand Down
Loading

0 comments on commit 13a1c7c

Please sign in to comment.