An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Actions Status Alpha](https://github.com/defold/extension-safearea/actions/workflows/bob.yml/badge.svg)](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.