Skip to content

WilliamVenner/gmod-module-base-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmod-module-base-rs

A base for developing Garry's Mod binary modules in Rust.

Getting Started

  1. Install Rust
  2. Download or git clone this repository
  3. Open the cloned repository in a command prompt or terminal
  4. Type cargo build

Your built module can be found in target/debug!

Linux Note

When building a Linux module, you'll find it has the extension .so, you can simply change it to .dll and it will still work fine in Garry's Mod.

What next?