Julian Roßbach

Results 11 comments of Julian Roßbach

Are you sure? I'm not an expert on civetweb but according to [this](https://github.com/civetweb/civetweb/issues/101) issue (particularly the last comment) civetweb does support (and reccomend) it since 2015. Of yourse 2015 was...

Addition, when using OpenCL in WSL2 (intel iGPU) it works completely fine

Yes,not only the cuda library is under /usr/lib/wsl/lib but CUDA itself is not in path (the installer didn't put /usr/local/cuda/bin in path and /usr/local/cuda/lib64 in the linker path)

Thank you for taking a look at this library! It's incredible seeing something like this as the first PR for the first big public side-project of mine. This pr is...

> Sorry, this was kind of swing for the fences in a few hours time to see just how simple of a wrapper I could make. You don't have to...

To be clear, i think this is too much. WebUI.NET wants to be a wrapper of the native WebUI library with some syntactic sugar that will make it easier to...

If you do make these changes, I will propably be able to merge it into a new branch, I will propably not merge it into the main branch yet but...

You would need to build a standalone static blazor wasm page. You can load this page like any other HTML webside using ``` window.SetRootFolder("blazor_wasm_folder"); window.Show("index.html"); ``` On the blazor side...

Creating an example would propably not be very helpful as i ddn't find a way to get WebUI to always build the blazor wwwroot and copy it to it's own...