Meta Lg Webos Ndk Versions Save

Most important tool to brew some native app for webOS TV

1.0.g-rev.5

2 years ago

Now NDK will try to use system CMake instead of the old 3.6.1 version.

webos-cmake-wrapper was also added, and located in /opt/webos-sdk-x86_64/1.0.g/sysroots/x86_64-webossdk-linux/usr/bin/webos-cmake-wrapper, in case your build system doesn't support sourcing environment setup script.

1.0.g-rev.4

3 years ago

Added few API stubs for SDL library on webOS

  • SDL_bool SDL_webOSCursorVisibility(SDL_bool visible)
  • SDL_bool SDL_webOSGetPanelResolution(int *width, int *height)
  • SDL_bool SDL_webOSGetRefreshRate(int *rate)
  • const char *SDL_webOSCreateExportedWindow(int type)
  • SDL_bool SDL_webOSSetExportedWindow(const char *windowId, SDL_Rect *src, SDL_Rect *dst)
  • SDL_bool SDL_webOSExportedSetCropRegion(const char *windowId, SDL_Rect *org, SDL_Rect *src, SDL_Rect *dst)
  • SDL_bool SDL_webOSExportedSetProperty(const char *windowId, const char *name, const char *value)
  • void SDL_webOSDestroyExportedWindow(const char *windowId)

1.0.g-rev.3

3 years ago

webOS inserted a field in SDL_KeyboardEvent, SDL_TextEditingEvent and SDL_TextInputEvent causing behavior change. Please refer https://github.com/webosbrew/meta-lg-webos-ndk/blob/512094af995b352461b3b066d83c3ebc8141a560/recipes/libsdl2/libsdl2/webos-input-structs.patch for info.

1.0.g-rev.2

3 years ago

Verbose PmLogLib

1.0.g-rev.1

3 years ago