From aa76e9142ad63294bed4e1027a56f9f82193c8a3 Mon Sep 17 00:00:00 2001 From: jarroddavis6889 <69952438+jarroddavis6889@users.noreply.github.com> Date: Wed, 21 Oct 2020 20:12:22 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764b35f..c072061 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ An SDK to allow easy, fast & fun integration of [Lua](https://www.lua.org/) scri * Source is [JIT](https://en.wikipedia.org/wiki/Just-in-time_compilation) compiled using [moonjit](https://github.com/moonjit/moonjit) * You can compile Lua sources (including imported modules) and bind to an EXE for stand-alone distribution * You can add version information, an icon, enable runtime-themes and high DPI aware support to EXEs -* JetLua is being used to create [Vivaceā„¢ Game Toolkit (ve'va'CHe)](https://vivace.dev). + ## A Tour of JetLua ### JetLua Interfaces From 9cefb59108cedbcb53e41eab88e19ec8aeb4c539 Mon Sep 17 00:00:00 2001 From: jarroddavis6889 <69952438+jarroddavis6889@users.noreply.github.com> Date: Wed, 4 Nov 2020 15:05:43 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c072061..d2e65ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# NOTE: Further development of JetLua will be here: https://github.com/tinyBigGAMES/Vivace + ![](/images/logo.png) ![GitHub last commit](https://img.shields.io/github/last-commit/tinyBigGAMES/JetLua) ![GitHub contributors](https://img.shields.io/github/contributors/tinyBigGAMES/JetLua) ![GitHub stars](https://img.shields.io/github/stars/tinyBigGAMES/JetLua?style=social) ![GitHub forks](https://img.shields.io/github/forks/tinyBigGAMES/JetLua?style=social) From c8376fea77d743a2b127f9724fde4705dd3c543f Mon Sep 17 00:00:00 2001 From: jarroddavis6889 <69952438+jarroddavis6889@users.noreply.github.com> Date: Mon, 9 Nov 2020 15:03:33 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d2e65ef..c072061 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# NOTE: Further development of JetLua will be here: https://github.com/tinyBigGAMES/Vivace - ![](/images/logo.png) ![GitHub last commit](https://img.shields.io/github/last-commit/tinyBigGAMES/JetLua) ![GitHub contributors](https://img.shields.io/github/contributors/tinyBigGAMES/JetLua) ![GitHub stars](https://img.shields.io/github/stars/tinyBigGAMES/JetLua?style=social) ![GitHub forks](https://img.shields.io/github/forks/tinyBigGAMES/JetLua?style=social)