Improved
Version 0.38-alpha
Fixes and new features in this release:
- Implemented exclusive fullscreen support on macOS (Metal and OpenGL) and Windows (D3D11)
- Now it is possible to execute code on the update thread
- Touch force on iOS and Android is now supported
- Implemented supported resolution getter on macOS and Linux
- Now XDG_DATA_HOME is used to get the home directory on Linux
- Android orientation change events are now being dispatched
- Implemented v-sync support for Emscripten target
- Fixed URL opening on Android
- True type fonts are now supported
- Non-resizable windows are now supported on Linux
- Implemented basic material support
- Added mesh renderer
- Implemented pluggable asset loading system
- Implemented.mtl and .obj loaders (added a 3D box to the perspective sample)
- System keys are now supported on Windows
- Custom JSON and XML parsers
- Unsigned integer uniforms are now supported by the OpenGL renderer (if supported by the hardware)
- Back buttons are now handled on Android, iOS (gamepads), and tvOS