Defold Native Camera

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.

16 Likes

Great work, I love it! Thank you.
I was thinking about something similar, especially for screen-to-world (2D/3D), light & shadow, and projection calculations as a native extension, since I started copy-pasting a lot of stuff across new projects.

2 Likes