WilliamVenner / gmod-module-base-rs

Base Garry's Mod binary module (Rust)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

Base Garry's Mod binary module (Rust)


Languages

Language:Rust 100.0%