This commit is contained in:
halx99 2020-08-15 18:24:54 +08:00
parent 004f25e779
commit d4a619aa30
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@
### Highlight Features:
* Refactor AudioEngine, OpenAL for all platforms
* [mojoal](https://www.icculus.org/mojoAL), pass -DCC_USE_MOJOAL=ON to cmake to enable it
* [openal-soft](https://github.com/kcat/openal-soft), pass -DCC_USE_ALSOFT to cmake to enable it
* [mojoal](https://www.icculus.org/mojoAL), pass -DCC_USE_MOJOAL=ON to cmake to force enable it
* [openal-soft](https://github.com/kcat/openal-soft), pass -DCC_USE_ALSOFT=ON to cmake to force enable it
* [OpenAL.framework](https://opensource.apple.com/tarballs/OpenAL), if no ```CC_USE_MOJOAL``` and ```CC_USE_ALSOFT``` option specified, cmake script will choose it on osx/ios, even through it was mark as deprecated, but still avaiable.
* Refactor UserDefault with [mio](https://github.com/mandreyel/mio), very fast
* Modularize all optional extension, all move from engine core to folder extensions

View File

@ -15,8 +15,8 @@
### 主要特性:
* 重构AudioEngine, 全平台OpenAL
* [mojoal](https://www.icculus.org/mojoAL), pass -DCC_USE_MOJOAL=ON to cmake to enable it
* [openal-soft](https://github.com/kcat/openal-soft), pass -DCC_USE_ALSOFT to cmake to enable it
* [mojoal](https://www.icculus.org/mojoAL), pass -DCC_USE_MOJOAL=ON to cmake to enable force it
* [openal-soft](https://github.com/kcat/openal-soft), pass -DCC_USE_ALSOFT=ON to cmake to force enable it
* [OpenAL.framework](https://opensource.apple.com/tarballs/OpenAL), if no ```CC_USE_MOJOAL``` and ```CC_USE_ALSOFT``` option specified, cmake script will choose it on osx/ios, even through it was mark as deprecated, but still avaiable.
* 重构UserDefault, 全平台基于内存映射文件 [mio](https://github.com/mandreyel/mio), 性能提升百倍
* 模块化所有引擎扩展库, 所有扩展库放到extensions目录下如cocostudio, spine