danielga / gmod_lanes

Modules for Garry's Mod that add threads through Lua Lanes.

Home Page:https://github.com/danielga/gmod_lanes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gmod_lanes

Modules for Garry's Mod that add threads through Lua Lanes.

General information

This project is composed by the main module (lanes.lua) and the internal module (gm[cl/sv]_lanes_core_[win32/linux/macos].dll).
You can also refer to this project as gm_lanes or Lanes for Garry's Mod.
lanes.lua goes into lua/includes/modules and gm[cl/sv]_lanes_core_[win32/linux/macos].dll goes into lua/bin.

Requirements

This project requires garrysmod_common, a framework to facilitate the creation of compilations files (Visual Studio, make, XCode, etc). Simply set the environment variable 'GARRYSMOD_COMMON' or the premake option 'gmcommon' to the path of your local copy of garrysmod_common.

About

Modules for Garry's Mod that add threads through Lua Lanes.

https://github.com/danielga/gmod_lanes

License:Other


Languages

Language:Lua 97.9%Language:C++ 2.1%