Updated (31/07/2020) Lua wrapper for ROBLOX
- Complete source code of the wrapper
- Simple base + BitOp / Drawing library
- Microsoft Visual Studio 2019 ( Can be
Community
(recommended) ||Professional
||Enterprise
) - Platform toolset v142 and Windows SDK 10.0.x.x
- Visual Studio C++ Development Package
- Visual C++ Redistributables (x86 - latest)
If you don't have the tools mentioned above, you can download VS here and VC++ redistributables here.
There are two options of downloading the source code:
With git
Choose this option if you're going to contribute to the repository or you want to use version control system. Download size would be larger (Git commit history is included) and Git is required to continue with this option.
Open Git command prompt and type the following command:
git clone https://github.com/yuukixdev/Open-Source-Lua-Wrapper.git
From there source code folder should be downloaded and ready to use.
Without git
Choose this option if you're not going to contribute to the repository.
Simply click this and source code should be on your download queue.
When you have acquired your copy of our source code, just open Lua-Wrapper.sln with Visual Studio 2019.
Change build compilation to Release | x86
and press Build solution
.
If compilation went fine then you should see the DLL file with debug info in Release
folder.
- yuuki | Writing functions / project setup
- rakion99 | Axon base for lua wrapper
This source code is licensed under GNU General Public License v3.0, which means you can redistribute copies of the source code, use my source code for commercial use as long as you provide your users with the same source you recieved from me.