Nikola Hristov

Results 6 issues of Nikola Hristov

Converting from one color format to another is just generally very resource intensive. In my case most of the time the conversion is from yuv420p frames to rgb. The real...

enhancement
help wanted

So I am trying to render a 4k video with CanvasFrame . It appears it's kind of struggling with that task. I have this put in the VM options: -Dsun.java2d.opengl=true...

help wanted
question

I have a question about the javacpp parser or rather how to map this properly. I read up on the mapping recipes but I either missed it, it went over...

help wanted
question

When I am using the fps unlocker at some point the game just freezes, I get a window not responding and it closes itself. It most usually happens in the...

I have been using the javacpp parser for a while and it's been great. One thing that I still don't know how to do though is project management. For now...

help wanted
question

I tried to make a struct with a parameter pack template type as such: ``` template struct Foo { virtual void bar(Args... args) {} }; ``` and I made a...

enhancement
help wanted