Skip to content

TeamMeadows/atomic-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic Framework

| Download | Documentation |

Atomic is a flexible, OOP-driven framework for building Garry’s Mod addons and gamemodes with a clean, modular architecture. Each package is a self-contained unit - just like an addon - with built-in dependency management and powerful libraries for writing structured, maintainable Lua code.


Installation

Simply place the framework in your addons/ folder. Atomic will automatically load available packages.

Optional dependencies:

  • For MySQL support → install MySQLOO
  • For git support → install gm_git

Contributing

We welcome all contributions — bug fixes, improvements, and new libraries are appreciated. Please follow the project’s coding style and submit a pull request through GitHub.