Skip to content

jeikabu/lmbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental Rust FFI bindings for Amazon Lumberyard.

Also requires modified Lumberyard source.

"Tutorials"

Replacing Bindings

# Path to custom version of llvm/clang
PS> $env:LIBCLANG_PATH="D:\projects\llvm\build\Debug\bin"
# Path to Lumberyard source (defaults to `C:\Amazon\Lumberyard\1.21.0.0`)
PS> $env:LMBR_ROOT="D:\projects\lumberyard"
PS> cd ./lmbr_sys/
# Updates and replaces `lmbr_sys/src/bindings.rs`
PS> cargo build --features bindgen-generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published