Defold-Native-Camera
Camera module for Defold
A simple camera native extension. Inspired by Rendercam but with some changes.
Defold Native Camera is a minimalistic camera module for Defold, designed to be as independent as possible from the game engine itself. It provides a simple, low-level API while avoiding unnecessary dependencies on Defold’s game object system. The core logic and mathematics are implemented in C++ to improve performance and reduce garbage collection overhead.