Skip to content

ectrc/ultralight_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Render html and css ontop of direct x

Resources

Stars

Watchers

Forks