Updated raylib architecture (markdown)

Alan Arrecis
2024-11-22 12:43:25 -06:00
parent 1762ccf316
commit 765766744f

@ -1,4 +1,4 @@
![image](https://github.com/raysan5/raylib.com/blob/master/images/raylib_architecture_v4.5.png "raylib v4.5 architecture")
![image](https://github.com/raysan5/raylib.com/blob/master/images/raylib_architecture_v5.5.png "raylib v5.5 architecture")
raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, each organized according to its primary functionality (nicely avoiding the huge tree of recursive dependencies, typical of other C libraries).