Skip to content

Codinablack/LuaStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaStarter

This project is intended to the be the base foundations for starting my future projects with the ability to handle porting events, functions, methods, full classes and datatypes easily to lua. It is an environment, interpreter, and binder all in one.

Compilation

Windows

You need visual studio 2022 and vcpkg with commit 54cc53c43430c73f489e52af5fadd032c1aced16 (download).

Then you install vcpkg dependencies for x86:

For x64

vcpkg install luajit:x64-windows-static physfs:x64-windows-static pugixml:x64-windows-static parallel-hashmap:x64-windows-static

For x86

vcpkg install luajit:x86-windows-static physfs:x86-windows-static pugixml:x86-windows-static parallel-hashmap:x86-windows-static

About

This project is intended to the be the base foundations for starting my future projects with the ability to handle porting events, functions, methods, full classes and datatypes easily to lua. It is an environment, interpreter, and binder all in one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors