rkr35 / drg

An injectable .DLL that allows players to write custom modifications for Deep Rock Galactic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drg

Primary goal

Produce a .DLL that players can use to write native Unreal Engine modifications for Deep Rock Galactic.

Secondary goals

Use these restrictions to learn new things:

  • No Rust standard library (enforced through #![no_std])
  • No third-party crate dependencies
  • No heap allocations
  • No panic branches (enforced through unlinkable panic_handler)

About

An injectable .DLL that allows players to write custom modifications for Deep Rock Galactic.


Languages

Language:Rust 100.0%