File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 23
23
- AX_ENABLE_EXT_COCOSTUDIO: the cocosstudio extension for load .csb: ` TRUE `
24
24
- AX_ENABLE_EXT_FAIRYGUI: the fairygui extension, default: ` TRUE `
25
25
- 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 `
26
27
- AX_WITH_XXX: usually user don't need care it
27
28
28
29
## The options for axis apps
Original file line number Diff line number Diff line change @@ -131,6 +131,13 @@ See [windows workflow guide](https://github.com/axis-project/axis/issues/564)
131
131
- Cpp: ` axis new -p org.axis.hellocpp -d D:\dev\projects\ -l cpp --portrait HelloCpp `
132
132
- Lua: ` axis new -p org.axis.hellolua -d D:\dev\projects\ -l lua --portrait HelloLua `
133
133
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
+
134
141
### Notes
135
142
* ThreadLocalStorage (TLS)
136
143
- ios x86 simulator ios>=10 and axis no longer provide x86 libraries
Original file line number Diff line number Diff line change 93
93
94
94
4 . 之后就可以用xcode打开, 选择cpp-tests编译运行
95
95
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
+
96
103
### 注意
97
104
* ThreadLocalStorage线程本地存储
98
105
- ios x86 simulator ios>=10 and axis no longer provide x86 libraries
You can’t perform that action at this time.
0 commit comments