ggslayer
ggslayer
I see the example code and the flutter sdk code about the trigger event, But i don't understand the componts/fromtime/totime parameter means, Is there any detailed description about the event's...
Does flutter have implements the custom property ability? I only see the example with js/cpp, but no flutter, is this no implement now?
Hi, In my scene, I have a fbx model which make a human with two animations: "idle" and "mouse open", the human do idle animation looply, concurrently when the human...
Hi, the of project is compiled by make system, But in my case, my project is compiled by cmake, and I want to link of's .so/.a libraries into my project....
Hi, when there is no network, in my ubuntu system, the FFmpegFrameRecorder'start method timeout with 20 seconds, I think this is relative with system? is there some method can change...
Hi, I met a problem when grab local video file and remote rtmp concurrent, when the rtmp is no stream, the rtmp's grabber's start method will block in the start...
Hi, In my scene, I have a human fbx model, which have multi animations: "idle" and "mouse open", and "idle" run looped, "mouse open" duration controlled by my program logic,...
Hi, when I create a new isolate in flutter, call rust api in the new isolate, the error report: "flutter_rust_bridge has not been initialized. Did you forget to call `await...
你好,我想问下,利用paxos确定的那个值的数据如果很长,比如说10MB,这会带来什么影响?这种数据量是否适合作为paxos value? 我在考虑一个存储系统,遇到这样的值是比较常见的,如果底层采用phxpaxos ,有什么样的使用方案建议吗?谢谢!