gabereiser
gabereiser
I saw this and gave it a go... https://github.com/webview/webview/pull/826
@matteoturini ah, you’re right! The `mkdir` cmd is in the build scripts so no need to commit the generated code. I’ll remove. I would love to test these bindings out...
> I just built python and can confirm it does work! > > ``` > gcc -c -fpic ../../webview.cc python_wrap.cpp -I/usr/include/python3.10 -I../.. `pkg-config --libs --cflags gtk+-3.0 webkit2gtk-4.0` > gcc -shared...
@justjosias
Correct, the interface file defines the methods that swig will import to generate bindings for. I’m in favor of just keeping the interface around for those who know how to...
Its been a couple months now, what's the status of this?
@Emasoft that's for the courts to decide should it get there, you can't just assume you're in the right because you don't believe the TOS was legal. If the takedown...
There’s an extension to glfw by @eliemichel that you would probably need. https://github.com/eliemichel/glfw3webgpu GLFW is for OpenGL and Vulkan, not metal so it has to be shimmed. For SDL2, you...
There's also the issue which the basic vehicle demo's rear tires. When you're driving the basic vehicle example (the box with wheels) and you accelerate while turning, it seems there...