List<double> render(int frameCount) { final ptr = _ffiRender(frameCount); return ptr.asTypedList(frameCount).toList(); }