René Descartes Muala
René Descartes Muala
Could you show a working example?
Actually I just need an example showing an efficient way to turn the BLImage into an SDL2_texture with transparency (without the extra lines). My attempts have resulted in SDL2_textures with...
I tried to apply the code you provided, but the problem persists. ``` #include "blend2d.h" #include void draw(BLImage & image){ BLContext ctx = BLContext(image); ctx.setCompOp(BL_COMP_OP_CLEAR); ctx.fillAll(); BLSize size = image.size();...
BUG: No window is displayed if minimum or maximum bounds is set on windows width and height on macOS
You must to set the window's default size, using WEBVIEW_HINT_NONE before/after setting the max or min size. Example (cpp): ``` int main() { webview::webview w = webview::webview(true , nullptr); w.set_title("hello...