https://github.com/derpius/gmfs
Small library to abstract away the Source SDK for accessing the filesystem
https://github.com/derpius/gmfs
cpp garrysmod
Last synced: 9 months ago
JSON representation
Small library to abstract away the Source SDK for accessing the filesystem
- Host: GitHub
- URL: https://github.com/derpius/gmfs
- Owner: Derpius
- Created: 2022-06-24T05:17:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T23:14:41.000Z (over 3 years ago)
- Last Synced: 2025-05-31T17:55:30.202Z (10 months ago)
- Topics: cpp, garrysmod
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GMFS
**G**arry's **M**od **F**ile**s**ystem is a tiny library to abstract away use of the Source SDK when working with GMod's virtual filesystem.
Primarilly made for use in VisTrace to avoid the premake build system.