Ani

Results 29 issues of Ani

I'd like to use Drawflow to create an Unreal blueprints type system where each input/output has a name and type. Currently, I can't figure out how to 1. Draw the...

question

When running fairly complex traces (with varying framerates), it's useful to have a running FPS counter that shows me the current FPS (as opposed to an overall, aggregated FPS counter)....

Replaying
Feature Request

The autogenerated bindings don't seem to container `ImDrawListSplitter`, which is required to port some imgui widgets. I tried to figure out the binding mechanism, but had no luck. Any help...

Thank you for this project, I was trying to implement it all by myself a while ago. However, I do need the ability to pass in a custom VideoEncoderFactory. I...

enhancement
help wanted

If I want to use this theme to display mixed content from different sites, I can't use `image = "{{< instagram B7aPuynpswZ >}}"` I'd also be ok with something like...

That's built in-source, not as a build/install globally. My .gitmodules is: ``` [submodule "libwebrtc"] path = libwebrtc url = https://github.com/aisouard/libwebrtc.git branch = release-58 ``` The intention is to be able...

OSError: [Errno 2] No such file or directory: '/Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs' This is apparently from File "/Users/anibal/Projects/libwebrtc/out/webrtc/src/build/mac/find_sdk.py", line 57, in main `sdks = [re.findall('^MacOSX(10\.\d+)\.sdk$', s) for s in os.listdir(sdk_dir)]` I have XCode...

Opening the solution with VS2015 and trying to build Debug/Release x64 gives me these errors: `2> Generating Code... 2>LINK : fatal error LNK1104: cannot open file 'liblept168.lib' 3>------ Rebuild All...

Because of this, I can't compile a Debug version of the WebRTCNative dll at all. This also makes it impossible to trace through the native bindings. Would it be possible...

This is useful in almost every situation, would be great to have the nuget packages for this target netstandard2.0 or something universal.