Game programming on Objective-C and linux

前端 未结 4 556
迷失自我
迷失自我 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:14

    Supporting SDL there are Objective-C bindings here. However since Objective-C is a thin OO layer on top of C you can use most of the existing C libs for game development, SDL, Clanlib, etc...

提交回复
热议问题