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

I change some parameters like below ![1](https://user-images.githubusercontent.com/7564041/139660038-e478a44b-cbe6-4b31-b419-a214d2dd01ae.jpg) ![2](https://user-images.githubusercontent.com/7564041/139660060-2eb47573-45ba-4b76-98c9-f5c5a57aa060.jpg) ![4](https://user-images.githubusercontent.com/7564041/139660085-3fe30e0b-5d5d-4b73-8760-617411ac528c.jpg)

https://github.com/ultralight-ux/Ultralight-API/blob/a221b7f8654f04dff1df9dd40b0cc9b4d746b03e/Ultralight/CAPI.h#L641 https://github.com/ultralight-ux/Ultralight-API/blob/a221b7f8654f04dff1df9dd40b0cc9b4d746b03e/Ultralight/View.h#L173

Hi @adamjs, Thank you very much for this amazing framework and your great efforts and all the collaborators! Would it be possible to add a WriteToJpeg() function to the Bitmap...

Are there any resources on performance optimization for Ultralight? This is a bit of a long one, I tried to include our user story so the case would be clearer...

I think that it would be better if `AppCore`-related issues were in [AppCore repository](https://github.com/ultralight-ux/AppCore) because: * They're unrelated to Ultralight and/or UltralightCore. * They're related to AppCore. * They're unrelated...

Hey, i am using the CAPI and i created an inspector view by using `ulViewCreateInspectorView`. But now i dont know how to attach this view to an new/existing overlay :/...

Given the html below, latest ultralight build on mac and linux as of October 4th fails to load the first image. According to Uploadcare this might have to do with...

Currently(1.3 trunk), Ultralight seems to crash at the start of https://browserbench.org/Speedometer2.0/ I've caught it in this function: > UxT01.exe!ultralight::SkMaskBlurFilter::blur(class ultralight::Ref,class ultralight::RefPtr &) CPU renderer is in use. ~~_Note: I have...

From the examples , ``` /// /// Create our View. /// /// Views are sized containers for loading and displaying web content. /// /// Our view config uses 2x DPI...