Anton Marini

Results 90 comments of Anton Marini

Hi friends - I'm working on integrating Syphon directly into Chrome - I plan on integrating some of the code from CEF with Syphon for Syphon Server functionality. My Chromium...

Do you by chance know the process of going from a Chromium source tree to a Chromium Embedded Framework tree?

Ah, interesting. Curious if this actually works. https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart

Have the same issue ``` file "pdf_report.py", line 13, in pdf = FPDF(orientation = 'L', unit = 'mm', format = 'A4').core_fonts_encoding('utf-8') AttributeError: 'FPDF' object has no attribute 'core_fonts_encoding' ```

Ah good to know. Thanks. FWIW I realized I wasnt defining / setting a font - doing that appears to have solved my issue(s)

Hi. I'll be honest I haven't kept up with Java intricacies or changes in the mean time. Feel free to provide a PR with documentation updates, it would be appreciated!...

I think Java hasn't been included in macOS for some time, and the SDK has to be installed via something like https://adoptium.net (found via https://wolfpaulus.com/installing-java-on-macos/) This likely changes some includes...

Hey! Just chiming in to say I really appreciate all the diligent work here. I haven't touched Java or the P5 stuff in a hot minute, and it's great to...

Look at Source/cc/output/gl_renderer.cc for direct access to video stream content: * DrawStreamVideoQuad * DrawYUVVideoQuad

So right now, this project assumes PD-extended as the only supported PD distribution. Im not sure why we made that decision tbh, its been a while since I looked at...