Ultralight icon indicating copy to clipboard operation
Ultralight copied to clipboard

Lightweight, high-performance HTML renderer for game and app developers.

Results 171 Ultralight issues
Sort by recently updated
recently updated
newest added

The bindings for Rust should be removed from the website. This includes `ul` and `ul-sys` *(https://crates.io/crates/ul & https://crates.io/crates/ul-sys)* They don't work and are unmaintained.

Cannot link AppCore.lib with Ultralight.lib within rustc. Those are the lib files provided in the main readme section (x64-win) ``` = note: Ultralight.lib(Ultralight.dll) : error LNK2005: __NULL_IMPORT_DESCRIPTOR already defined in...

How I can change Config::resource_path? I need something like this folder tree: - assets/ - ultralight/ - app So, i need move folder "resources" into folder "ultralight". In "ultralight.log" i...

By default the cmake file generate MD(d) runtime config , but if I change it to MT(d) , it seem to works also. Does Ultralight need the application that use...

I'm testing Sample7 for displaying the web page through OpenGL. However, it sometimes shows nothing but black blank. Whether it successes or not, there is a warning shows > (process:23116):...

**NEW BEHAVIOR FOR v1.3: Now the clipboard is completely empty**, which may be better than having everything except for the problematic character(s). I updated the summary to indicate this (used...

Hi, does anyone know why calling ulViewFireMouseEvent in super rapid succession (in a single thread) would cause a segfault? there is the segfault text: ``` WARNING: trying to load platform...

When trying to follow the getting started guide on https://docs.ultralig.ht/docs/writing-your-first-app CMake throws this error on M1 Macs: ld: symbol(s) not found for architecture arm64 This is most likely related to...