Easy way to display a continuously updating image in C/Linux

前端 未结 5 2072
灰色年华
灰色年华 2020-12-29 12:05

I\'m a scientist who is quite comfortable with C for numerical computation, but I need some help with displaying the results. I want to be able to display a continuously up

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 13:08

    In my experience Xlib via MIT-SHM extension was significantly faster than SDL surfaces, not sure I used SDL in the most optimal way though.

提交回复
热议问题