Skip to content

autumncommunity/corium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Corium 👾

Corium - is open source framework for Garry's Mod.

requires gm_filesystem

Built on the following ideas:

  • Modularity
  • Quickness of code execution (optimization)
  • Types of scripts are categorized into::
    • Modules - are files that add certain functionality that can be used later in your own scripts. Modules can be called mini-libraries.
    • Plugins - are mini-addons with which you can write whatever you want. That is, if you need to write a ball that bounces to the ceiling, you need to use plugins. Plugins use modules to connect all sorts of features.
    • Packages - are almost the same as modules, but they are installed and used differently. (new)

Tips for development

# Later, if not lazy, methods and commands that can be used will be spelled out.

                                                              gmodcorium <3

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%