Game programming on Objective-C and linux

前端 未结 4 559
迷失自我
迷失自我 2020-12-01 17:05

I\'d like to give Objective-C a try in game programming. The problem is I\'d need some tools and libraries for this.

First thing that comes into mind I need is the G

4条回答
  •  天命终不由人
    2020-12-01 17:34

    SDL is a C library which is popular for game programming.

    If you're looking for Foundation/AppKit stuff you can also look at Cocotron. I've never tried it though.

提交回复
热议问题