Skip to content

Experimental gmod binary module using Rust language

Notifications You must be signed in to change notification settings

wyozi-gmod/gmod-rust-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust for GMod

See https://github.com/SpiralP/rust-glua-sys for a more recent take

Why

  • Easier cross platform library creation (good for eg. file IO or using libraries that are in cargo)

Why not

  • Don't use it for things that need to interact with source sdk. Rust does not play nice with C++

How

Windows:

  1. cargo build --target=i686-pc-windows-msvc (because srcds is 32-bit)

Note: you might need to install 32 bit libc or whatever from rustup.

Linux:

  1. cargo build (you might need to set target to 32- bit if this does not work)

About

Experimental gmod binary module using Rust language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published