https://github.com/vurvdev/gmod.zig
A garrymod binary module written in zig. That's it.
https://github.com/vurvdev/gmod.zig
Last synced: 2 months ago
JSON representation
A garrymod binary module written in zig. That's it.
- Host: GitHub
- URL: https://github.com/vurvdev/gmod.zig
- Owner: vurvdev
- License: mit
- Archived: true
- Created: 2021-05-20T04:45:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T04:49:43.000Z (over 4 years ago)
- Last Synced: 2025-11-12T04:28:26.381Z (3 months ago)
- Language: Zig
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ZigGModule
This is a binary module for garrysmod written in Zig for fun.
May or may not continue this but Zig is considerably harder for me to work in because it's not even reached a stable point and is much more involved than other languages.
Just prints "Hello World!" in your chat by loading tier0.dll.
Also loads lua_shared.dll.
## Acknowledgements
https://github.com/20kdc/miniature-funicular, Specifically moonboot_dll.
Helped a lot in making this