mirror of https://github.com/axmolengine/axmol.git
commit
a501aaa189
10
README.md
10
README.md
|
@ -8,10 +8,10 @@
|
|||
|
||||
### Purpose Summary:
|
||||
* C++14/17
|
||||
* Focus on native game dev only
|
||||
* Focus on native game dev
|
||||
* Bugfixes ASAP
|
||||
* Review/Merge PR ASAP
|
||||
* Excellent PRs from YOU are welcome, we will review & merge ASAP
|
||||
* Excellent PRs from **you** are welcome.
|
||||
|
||||
### Highlight Features:
|
||||
* Refactor AudioEngine, OpenAL for all platforms
|
||||
|
@ -22,9 +22,9 @@
|
|||
* Implement all .wav formats supported by ```openal-soft```, such as MS-ADPCM, ADPCM...
|
||||
* Use modern gl loader ```glad``` to instead glew
|
||||
* Add google angle renderer backend support
|
||||
* Set default C++ standard to 14
|
||||
* Set min deploy target ios sdk to 9.0
|
||||
* Use more fast pugixml instead tinyxml2
|
||||
* C++14 standard
|
||||
* IOS SDK 9.0 as minimal deployment
|
||||
* Use fast pugixml instead of tinyxml2
|
||||
* Using curl for transferring data with URL syntax
|
||||
* Use SAX parser for all plist file, remove apple platform spec for getValueMapFromFile stubs
|
||||
* Spine-3.8 support
|
||||
|
|
Loading…
Reference in New Issue