All Projects → samuelmaddock → glua-docs

samuelmaddock / glua-docs

Licence: MIT license
🔍 Quick documentation lookup for Garry's Mod Lua

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
HCL
1544 projects

Projects that are alternatives of or similar to glua-docs

gmod luasocket
Modules for Garry's Mod that add bindings for OS sockets through luasocket.
Stars: ✭ 21 (+50%)
Mutual labels:  gmod, garrysmod
3D2D-Textscreens
3D2D Textscreens Garry's Mod Workshop Addon
Stars: ✭ 26 (+85.71%)
Mutual labels:  gmod, garrysmod
sourcesdk-minimal
A compact and Garry's Mod compatible SourceSDK (don't use in other Source engine games).
Stars: ✭ 34 (+142.86%)
Mutual labels:  gmod, garrysmod
garrysmod common
A repository of common bits for compilation projects based on Garry's Mod.
Stars: ✭ 76 (+442.86%)
Mutual labels:  gmod, garrysmod
Half-Life-Resurgence
Recreation & expansion of NPCs, entities, and weapons from the Half-Life series into Garry's Mod!
Stars: ✭ 52 (+271.43%)
Mutual labels:  gmod, garrysmod
gm luaerror
A module for Garry's Mod that adds hooks for obtaining errors that happen on the client and server (if activated on server, it also pushes errors from clients).
Stars: ✭ 35 (+150%)
Mutual labels:  gmod, garrysmod
XPGUI
A modern VGUI framework.
Stars: ✭ 15 (+7.14%)
Mutual labels:  gmod, garrysmod
zombie-escape
🏃 Gamemode for Garry's Mod based on the popular Counter-Strike: Source server mod
Stars: ✭ 17 (+21.43%)
Mutual labels:  gmod, garrysmod
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (+307.14%)
Mutual labels:  gmod, garrysmod
BadCoderz
Find unoptimized gmod addons and KILL the devs who made them
Stars: ✭ 66 (+371.43%)
Mutual labels:  gmod, garrysmod
Fun
Small fun scripts
Stars: ✭ 22 (+57.14%)
Mutual labels:  gmod, garrysmod
Autorun-rs
Undetectable scripthook with lua execution and filesteal. Modern replacement for gluasteal and most lua executors
Stars: ✭ 63 (+350%)
Mutual labels:  gmod, garrysmod
helix
A Garry's Mod roleplaying framework developed by nebulous for the people. Helix IS open-source - the code can be used as you wish.
Stars: ✭ 123 (+778.57%)
Mutual labels:  gmod, garrysmod
ACF-3
ACF
Stars: ✭ 37 (+164.29%)
Mutual labels:  gmod, garrysmod
gmodws
GMPublish functionality without graphical steam
Stars: ✭ 23 (+64.29%)
Mutual labels:  gmod
3d2d-imgui
Immediate mode 3D2D UI for Garry's Mod
Stars: ✭ 41 (+192.86%)
Mutual labels:  gmod
Clockwork
A roleplaying framework developed by Cloud Sixteen for the people.
Stars: ✭ 37 (+164.29%)
Mutual labels:  gmod
helix-plugins
github.com/Bilwin/helix-plugins
Stars: ✭ 24 (+71.43%)
Mutual labels:  gmod
GModCEFCodecFix
Automatic Patching/Updating of GMod CEF
Stars: ✭ 68 (+385.71%)
Mutual labels:  gmod
gmod-medialib
Media playback library for Garry's Mod.
Stars: ✭ 28 (+100%)
Mutual labels:  gmod

Garry's Mod Lua Docs

Quick documentation lookup for Garry's Mod Lua, inspired by http://dochub.io/

Features

  • Faster documentation lookup
  • Sorted by Lua state (server, shared, client, menu)
  • Code syntax highlighting
  • Offline availability
  • Links back to wiki

Scraper

Updating GLua Docs involves scraping the Garry's Mod Wiki. It's suggested not to run this too often as to respect bandwidth usage. Node.js is required to run the scraper.

cd scraper
npm install         # install node.js dependencies (see package.json)
node scrape.js     # run the scraper

Build

yarn
yarn build

Deploy

The app is deployed to the gh-pages branch.

yarn deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].