Merge pull request #169 from aismann/patch-7

Update README.md
This commit is contained in:
HALX99 2020-08-24 00:34:38 -07:00 committed by GitHub
commit a501aaa189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

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