v0.8: Basic Node API in Rust, improved C++ API
In this release, the Rust API has received basic support for Node as well as the ability to make function calls into the engine. With that it's possible to do some basic scripting in Rust. In C++ the Node and Object API is now more complete with full support for methods, properties and signals. Node manipulation should also be complete with both regular and deferred operations.
Note: Use to docker pull
to get the latest C++ or Rust compiler containers.
What's Changed
- Add basic exception handling in guest C++ programs by @fwsGonzo in #55
- Improve Rust compiler feedback, print using array by @fwsGonzo in #56
Full Changelog: v0.7...v0.8