Updated raylib architecture (markdown)

master
Ray 4 年前
父节点
当前提交
a9fa8ed1c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      raylib-architecture.md

+ 1
- 1
raylib-architecture.md

@ -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).

正在加载...
取消
保存