Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 922 Bytes

File metadata and controls

32 lines (18 loc) · 922 Bytes

ultralight_test

Example project for integrating Ultralight with a DirectX 11 Hook and ImGui.

out.mp4
image

Prerequisites

  • Make sure all submodules are initialized:

    git submodule update --init --recursive
  • Download the Ultralight SDK from Ultralight's official website, rename to "ultralight" and place it in /external directory.

  • To inject, make sure that all Ultralight dependencies are in the same directory as the executable or in the system PATH.

bugs

  • resizing fucks up
  • typing is kinda weird

working on...

  • universal sdk implementation

what needs to be done

  • overhaul the ultrtalight renderer from static namespace to singleton class