September 1, 2024

SDK 39


New Engine features:
  • Tellusim upscaler has much better stability and quality.
  • Full Android, iOS, and WinApp SDK builds.
  • Core WinApp SDK build.
New demos:
  • Heart Rate monitor.
Plugin changes:
  • New generic Buffer plugin.
  • New generic Slider plugin.
  • New SVG import plugin.
  • New graph plotter plugin.
  • New vector font plugin.
  • Manipulator supports uniform scales.
  • Interface plugin outputs motion vector for sharp interfaces during motion.
  • Primitives plugin supports variable smooth angles for flat normal outputs.
  • Script plugin imports scripts from the self-process with TS_SELF_SCRIPT macro. Which is required for iOS and Android platforms.
  • Updated FSR3 upscaler with Vulkan API support.
  • Updated FSR2 and DLSS3 libraries.
  • New DirectSR plugin.
Tools changes:
  • Executor can export all scene and self scripts with -export command line arguments.
  • Support for ZYX and XYZ rotation modes has been added to Explorer.
  • Explorer supports dynamic info updates.
API changes:
  • operator^ has been added to Enum types.
  • CanvasElement constructors expect parent Canvas to be the first argument.
  • Texture coordinates have been added to CanvasTriangle, and CanvasShape.
  • CanvasShape supports quadratic and cubic curves.
  • CanvasShape SVG path parser is compatible with quadratic curves.
  • CanvasShape supports multiple shapes with holes now.
  • Canvas supports pipeline hashes to render into different Targets.
  • ControlRoot mouse alignment state has been added for different mouse cursors.
  • ControlArea supports scaling and can work in absolute coordinates.
  • Access to base WinApp directories.