Which Haskell library for computer graphics geometry?

后端 未结 2 1180
你的背包
你的背包 2021-02-14 14:32

I would like to do some experiments in computer graphics in Haskell. This will include doing some geometry calculations and ultimately writing a ray tracer. Which library should

2条回答
  •  难免孤独
    2021-02-14 14:42

    There is an interesting library called vector-space by Conal Eliott which allows you to lazily compute Taylor series of many analytic functions. See also here. Not sure about performance, though.

提交回复
热议问题