Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smokingplaya/heaven
❤️🔥 Powerful Garry's Mod Gamemode Framework
https://github.com/smokingplaya/heaven
framework gamemode gmod lua
Last synced: about 1 month ago
JSON representation
❤️🔥 Powerful Garry's Mod Gamemode Framework
- Host: GitHub
- URL: https://github.com/smokingplaya/heaven
- Owner: smokingplaya
- Created: 2024-09-13T13:26:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T19:03:28.000Z (3 months ago)
- Last Synced: 2024-10-12T08:21:03.431Z (2 months ago)
- Topics: framework, gamemode, gmod, lua
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heaven
WIP Garry's Mod framework for easy and proper gamemodes creation.# Code guideline
Our code guide is based on javascript code practices.
1. Use camel case in variable names, table values, and anything else. (do not use the snake case anywhere or for any cost whatsoever, it's ugly)
2. Make full use of [LuaLS](https://wiki.facepunch.com/gmod/LuaLanguageServer) wherever possible.
3. All data operations should not be performed by the game server, instead use a remote web server that will manage all data. (our framework is designed for this).
4. Your code needs to be optimized.
5. Don't reinvent the wheel. Before implementing any functionality, make sure it doesn't already exist.# Contributions
All Contributions to our project are welcome!\
Your changes should be useful, and they should also respect our [Code Guideline](#code-guideline).# Recommendations
1. Use VSCode for development
2. **Host gmod game server on linux!!!**# Contact me
You can contact me via discord @johngetman