This release brings more refactoring, with the Event components being moved to a separate folder, and the implementation of roTextureManager. As the development of the next major version already started, with support for SceneGraph, some changes were done ifDraw2D to allow the reuse of its graphical capabilities on the Nodes rendering. I believe this is a stable state of the core library, and any Roku app developed using the Draw 2D API should be able to perform well in multiple platforms.
Release Changes
- Implemented
ifHttpAgentas a separate interface module by @lvcabral in #464 - Implemented
roTextureRequestandroTextureManagerby @lvcabral in #465 - Implemented mocked
roDataGramSocketand extracted common interfaces intoifSocketby @lvcabral in #466 - Moved events to a separate folder
- Adjusted
rgbaparameter inifDraw2Dto benumber
Full Changelog: v1.8.4...v1.8.5