Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 160 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 160 Bytes

SDL2

  • 使用SDL2 thread API 实现的生产者-消费者模式
  • 使用c++11
  • 平台为Linux,windows不支持。

How to use

cmake ./
make -j8