halx99
halx99
## CHANGES - [x] Add length field and update length field at parse & setter time - [x] All string getter/setter function use string_view_t - [x] Add explicit boolean type...
Reverts axys1/axys#773
## source code - [x] New namespace full name `axys`, shorten name `ax` @halx99 - compatible: alias ax to cocos2d: namespace cocos2d = axys; works on old projects who use...
When all characters of a enum symbol are uppercase, some times, will confilcit with system macro definations, such as: - `OS_WINDOWS` conflicit with `C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\Shlwapi.h` - `ALPHA_MASK` confilcit...
- wgl: wglShareLists - glx: glxCreateContext - egl: eglCreateContext - nsgl: sharegroup - metal: nothing to do - vulkan: nothing to do
* https://github.com/google/filament * https://github.com/bkaradzic/bgfx * https://github.com/OGRECave/ogre-next * https://github.com/DiligentGraphics/DiligentEngine
to make sure build.sh works well with xcode, need run follow command: ```sudo xcode-select -s /Applications/Xcode.app/Contents/Developer```