Anthony Catel

Results 16 comments of Anthony Catel

@cookiengineer OpenGL 2.1 is the minimum. Indeed Skia now supports Vulkain (IIRC it's now used on Android). However Nidium itself has a lot a OpenGL code and is also using...

The issue with the "expected behavior" your described is that it creates a new function per client. This could be an issue when having to deal with a lot of...

Add .editorconfig https://github.com/nidium/Nidium/commit/549725656e3960afb48701b72deeae26156b8ae5

I tried the same test case in chrome w/o wasm (`--js-flags=--noexpose_wasm`), turns out it exposes the same issue. Weird thing is that I restarted Blisk and it worked again. It's...

Hey @JohannesLamberts, that would be interesting indeed! The hardest part here is to keep the UI as simple as possible

In any case, if realloc returns NULL, we are doomed. We should exit(1);