Rafael Mattos

Results 14 comments of Rafael Mattos

I really liked the project and I'm using it in a game, could you tell me how I could implement it myself in the copy of CEF3D? I tried to...

Hi again thanks for responding I've tried adding something simple, RequestDumpResourceProvider Using CefResourceManager, though, my GetResourceHandler is not receiving data, could I look at the code? Here are all the...

Thanks again, I got it! It is the first version of CEF that I used was from its engine, but it did not create the browser, I tried because it...

I've noticed that fps in videos and animations does not exceed 30 even framerate setting higher through command line, do you have any idea what it could be?

Could you let me know what [this ](https://github.com/arkenthera/cef3d/blob/33980e114b18bd7736e70fa9e2c7d1ec27a3e2e2/cef3d/Cef3DRendererApp.cc#L71)is for? What would be "yume" in [CefRegisterExtension](https://github.com/arkenthera/cef3d/blob/33980e114b18bd7736e70fa9e2c7d1ec27a3e2e2/cef3d/Cef3DRendererApp.cc#L57)? How could I pass all values received in `Cef3DV8Handler::Execute` to `Cef3D::Cef3DDelegates` as` Cef3D::Cef3DDelegates::OnPaint.Add(CEF3D_BIND(&Cef3DDelegate::OnPaint,Cef3DListener.get())` ? Thank...

Thanks, I added the v8, however, I have a small problem with the parameters, Cef3D.log returns the error: **ERROR:Cef3DRenderer.cpp(62)] Function called without callback param: SendDomEvent2** I would like you to...

I was researching something to make things easier using html and javascript, I found the REACT, and realized that in your engine, you used REACT, this library is made the...

Thank you very much for hosting this repository with a functional build! How could I get started with this in my project? I'm currently using CEF, but I'm looking for...

I'll take a look and thank you for sharing with us.

Hello, I made the chat changes you made too, but when I send a message in the chat, it gets cut off, and the other messages do not appear See...