https://github.com/defold/extension-safearea
Simple native extension library for Defold that will change the view/render of a game to fit into the safe area on newer iPhones.
https://github.com/defold/extension-safearea
defold
Last synced: 4 months ago
JSON representation
Simple native extension library for Defold that will change the view/render of a game to fit into the safe area on newer iPhones.
- Host: GitHub
- URL: https://github.com/defold/extension-safearea
- Owner: defold
- License: mit
- Created: 2018-06-15T13:05:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T19:38:32.000Z (11 months ago)
- Last Synced: 2025-01-30T15:23:40.505Z (4 months ago)
- Topics: defold
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 24
- Watchers: 17
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - SafeArea
README
[](https://github.com/defold/extension-safearea/actions)
# SafeArea for Defold
Defold [native extension](https://www.defold.com/manuals/extensions/) that will change the view/render of a game to fit into the safe area on iPhones and Android(API 28+) with notch.
[Manual, API and setup instructions](https://www.defold.com/extension-safearea/) is available on the official Defold site.