You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Full changelist will be in 2.0.0. Essentially a lot of breaking changes, added Userdata support for Vector and Angle, some missing lua c api functions, and a lot of documentation.
This is a crate that allows interop with the luajit c api as well as the source sdk through libloading and vtable bindings.
3
+
This is a crate that allows interop with the (g)luajit c api as well as the source sdk through libloading and vtable bindings.
4
4
You can then use these for binary modules or manually injected code, like with [Autorun-rs](https://github.com/Vurv78/Autorun-rs)
5
5
6
6
More information on binary modules can be found on the garrysmod wiki: [Creating Binary Modules](https://wiki.facepunch.com/gmod/Creating_Binary_Modules) and examples [can be found here.](https://github.com/Vurv78/rglua/tree/master/examples)
7
7
## Usage
8
8
If you are targeting 32 bit make sure to install the toolchain and build to it:
0 commit comments