Skip to content

Commit 1a67a71

Browse files
committed
Update readme files
1 parent 6fda3c6 commit 1a67a71

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

CMakeOptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- AX_ENABLE_EXT_COCOSTUDIO: the cocosstudio extension for load .csb: `TRUE`
2424
- AX_ENABLE_EXT_FAIRYGUI: the fairygui extension, default: `TRUE`
2525
- AX_ENABLE_EXT_IMGUI: the imgui extension, only support PC platforms, default: `TRUE`
26+
- AX_ENABLE_EXT_LIVE2D: the imgui extension, only support PC platforms, default: `FALSE`
2627
- AX_WITH_XXX: usually user don't need care it
2728

2829
## The options for axis apps

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ See [windows workflow guide](https://github.com/axis-project/axis/issues/564)
131131
- Cpp: `axis new -p org.axis.hellocpp -d D:\dev\projects\ -l cpp --portrait HelloCpp`
132132
- Lua: `axis new -p org.axis.hellolua -d D:\dev\projects\ -l lua --portrait HelloLua`
133133

134+
### Some interesting related projects based on axis
135+
136+
- https://github.com/solan-solan/HeightMap/tree/smooth_lod_passing
137+
- https://github.com/wzhengsen/StarryX
138+
- https://github.com/aismann/SimpleSnake
139+
- https://github.com/EugenyN/TanksKombat
140+
134141
### Notes
135142
* ThreadLocalStorage (TLS)
136143
- ios x86 simulator ios>=10 and axis no longer provide x86 libraries

README_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@
9393

9494
4. 之后就可以用xcode打开, 选择cpp-tests编译运行
9595

96+
### 一些基于axis有趣的项目
97+
98+
- https://github.com/solan-solan/HeightMap/tree/smooth_lod_passing
99+
- https://github.com/wzhengsen/StarryX
100+
- https://github.com/aismann/SimpleSnake
101+
- https://github.com/EugenyN/TanksKombat
102+
96103
### 注意
97104
* ThreadLocalStorage线程本地存储
98105
- ios x86 simulator ios>=10 and axis no longer provide x86 libraries

0 commit comments

Comments
 (0)