How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Offloading code to C++ in a Babylon Native project

calendar_today September 27, 2024 person Babylon.js domain babylon-js

One benefits of using Babylon Native to run your Babylon.js scripts in a native application is the possibility to have a single codebase across your web and native projects. However, one other major benefit is to be able to offload computationally intensive tasks from the JS to native very seamlessly. This can be a powerful tool in some specific scenarios (such as when JIT is not available), but it might also not bring that many benefits as most people would think.

open_in_new Read original post