https://github.com/vandercat/gmodhtmlhud
Garry's Mod HTML based HUD proof of concept (pls use it only for implementing it yourself (code is very poorly made and probably unstable) )
https://github.com/vandercat/gmodhtmlhud
Last synced: 4 months ago
JSON representation
Garry's Mod HTML based HUD proof of concept (pls use it only for implementing it yourself (code is very poorly made and probably unstable) )
- Host: GitHub
- URL: https://github.com/vandercat/gmodhtmlhud
- Owner: VanderCat
- Created: 2021-12-02T17:26:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T17:27:14.000Z (about 4 years ago)
- Last Synced: 2025-03-28T20:24:01.752Z (10 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Garry's mod HTML based HUD proof of concept
basic recreation of hl2 hud using html
## installation
clone this repo in gmod addons
e.g.
```
VanderCat@DESKTOP-KNOH7BB MINGW64 /e/SteamLibrary/steamapps/common/GarrysMod/garrysmod/addons
$ git clone https://github.com/VanderCat/gmodhtmlhud
```