Updated raylib architecture (markdown)

Ray
2021-04-06 11:58:13 +02:00
parent 4c0653f48f
commit a9fa8ed1c9

@ -1,4 +1,4 @@
![image](https://github.com/raysan5/raylib.com/blob/master/images/raylib_architecture_v2.5.png "raylib v2.5 architecture")
![image](https://github.com/raysan5/raylib.com/blob/master/images/raylib_architecture_v3.7.png "raylib v3.7 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).