Joe Marrero
Joe Marrero
I have 44 repos but only 30 are displayed. There appears to be hard set limit in your code, or github only returns 30 per request and multiple requests are...
Sometimes percentages greater than 100% are shown. let ffmpeg_process = spawn('/usr/bin/ffmpeg', [ '-r', 30, '-f', 'image2', '-s', '320x200', '-i', 'image-%04d.jpg', '-vcodec', 'libx264', '-crf', '25', '-pix_fmt', 'yuv420p', 'test.mp4' ], { detached:...
FTGL is a great library but I feel that some functionality would be useful for Vulkan, DirectX, and software renderers. In particular, I think FTVectoriser.h should be exposed and exported...
In the README.md, the version is listed as 2.3 but the CMakeLists.txt has a different version.