Skip to content

tinted-software/luau-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinted_luau_sys

Rust bindings for the Luau Engine. This crate currently depends on the CMake Improvements PR that adds pkg-config support.

You can compile the Luau Engine with the following commands on a Linux machine:

git clone -b theoparis/add-install-target https://github.com/theoparis/luau
cd luau
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build build
sudo cmake --install build

About

Luau bindings for rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published