Results 130 comments of Patrick Martin

I can pick this up. Will need to learn the bullet api however.

Got the compile working but something's going funny with pkg-config even though everything is in the right place.

Gives about a 300% speedup in AV1 encoding iirc. Unfortunately the only way the ffmpeg integration is available is via patches to ffmpeg so i set it up via patches...

I got the builds working, the only thing it doesn't work on is centos as that version needs an updated CMAKE.

ill try that command on my dylib im decompiling later tonight On Thu, Mar 25, 2021 at 7:46 PM Julian Uy ***@***.***> wrote: > ***@***.***MacBook-Pro:~/Desktop/x$ gcc-10 --version > gcc-10 (Homebrew...

Nothing shows up in the class hierarchy tree is the issue I've been having. It appears the analyzers somewhat work as the methods are recognized as class member functions when...

sure i'll need a little bit of time to do so as im a little busy atm

should probably be using some sort of remote procedure call protocol. I would do this over UNIX sockets simply because it’s going to be more secure. On Mon, Jun 6,...

I would say a Remote Procedure Call API over Unix Sockets is the best solution.

Remote Procedure Call would allow methods to be added to the API easily and there are already standard cross-language Remote Procedure Call libraries for communicating over UNIX or TCP/IP sockets....