Are functional programming languages suitable for graphics programming?

前端 未结 3 1673
半阙折子戏
半阙折子戏 2021-01-29 20:37

Just very curious about this, from my own experience , all the graphic programming seems to C or C++ related. Like the Direct10X. Does functional programming language provide so

3条回答
  •  鱼传尺愫
    2021-01-29 20:50

    This is a good series on the topic: (4 parts) Purely Functional Retrogames. You could take this approach in Clojure and use underlying Java game libraries to manipulate the graphics.

提交回复
热议问题