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
ifHttpAgent
as a separate interface module by @lvcabral in #464 - Implemented
roTextureRequest
androTextureManager
by @lvcabral in #465 - Implemented mocked
roDataGramSocket
and extracted common interfaces intoifSocket
by @lvcabral in #466 - Moved events to a separate folder
- Adjusted
rgba
parameter inifDraw2D
to benumber
Full Changelog: v1.8.4...v1.8.5