You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Config system (with value saving in database)
10
-
11
-
### Libraries
12
-
-[x]``atomic.class``
13
-
-[ ]``atomic.database``
14
-
-[ ]``atomic.config``
15
-
-[ ]``atomic.net`` (autumnnet as base)
16
-
-[ ]``atomic.web``
17
-
-[x]``atomic.command``
18
-
-[ ] Command parser
19
-
-[x]``atomic.bind``
20
-
21
-
### Misc
22
-
-[ ] Normal documentation everywhere
2
+
**No more magic.**
3
+
4
+
Atomic is a flexible, OOP-driven framework for building Garry’s Mod addons and gamemodes with a clean, modular architecture.
5
+
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.
6
+
7
+
---
8
+
9
+
## Features
10
+
- Modular **package-based** architecture
11
+
- Built-in **dependency resolution**
12
+
- Flexible **OOP** utilities and core libraries
13
+
- Expandable with **atomic.\*** modules (config, command, network, etc.)
14
+
- Designed for both **addons** and **gamemodes**
15
+
16
+
---
17
+
18
+
## Documentation
19
+
Full documentation, API references, and examples are available here:
logger:warn("The `credentials.json` file has just been created in `data/atomic/mysql/` folder. To work with MySQL, fill in the database connection credentials in this file.")
0 commit comments