halx99

Results 59 issues of 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...

## 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...

enhancement
breaks compatibility

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

https://github.com/ThePhD/sol2

enhancement
wontfix

- wgl: wglShareLists - glx: glxCreateContext - egl: eglCreateContext - nsgl: sharegroup - metal: nothing to do - vulkan: nothing to do

enhancement

* https://github.com/google/filament * https://github.com/bkaradzic/bgfx * https://github.com/OGRECave/ogre-next * https://github.com/DiligentGraphics/DiligentEngine

enhancement

to make sure build.sh works well with xcode, need run follow command: ```sudo xcode-select -s /Applications/Xcode.app/Contents/Developer```