From 209f833b3f690783b5563c5473c35f990bac3fd8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 3 Jul 2017 13:54:32 -0400 Subject: [PATCH] (1.8.4) Update --- .gitignore | 1 + README.html | 185 ++++++++++++++++-- README.md | 102 ++++++++-- examples/lanesintegratetest7.lua | 16 +- examples/love2d Threading Example/main5.lua | 21 -- .../love2d Threading Example/multi/init.lua | 122 +++++++++++- .../multi/integration/lanesManager.lua | 13 +- .../multi/integration/loveManager.lua | 73 ++++--- .../multi/integration/shared/shared.lua | 1 - multi/init.lua | 8 +- multi/integration/loveManager.lua | 8 + multi/integration/shared/shared.lua | 1 - 12 files changed, 444 insertions(+), 107 deletions(-) diff --git a/.gitignore b/.gitignore index 3847865..c11b7e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ test.lua +test2.lua diff --git a/README.html b/README.html index 4dd3bb4..c461431 100644 --- a/README.html +++ b/README.html @@ -9,7 +9,8 @@ -

multi Version: 1.8.3 (Performance Increase! Check changes for info)

Note: The changes section has information on how to use the new features as they come out. Why put the infomation twice on the readme?

My multitasking library for lua

To install copy the multi folder into your enviroment and you are good to go

It is a pure lua binding if you ingore the integrations and the love2d compat

If you find any bugs or have any issues please let me know :)