Jenn3d:多胞体图形生成器

数学是相当奇妙的,尤其当数学方程式表达成图形的时候。Jenn3d 就是这么一个令人惊叹的数学"玩具",它可以通过改变一些参数产生不同的多胞体,你可以用鼠标转动它、拉进它,爱怎么玩就怎么玩。还可以将其输出成图片,当成桌面使用。

Little face

Jenn3d 依赖于 glut 和 libpng 库,可以通过源来安装,如 Ubuntu:

$ sudo apt-get install freeglut3-dev $ sudo apt-get install libpng-dev

编译很简单,来个 make 就搞定了。快使用 ./jenn 来使用一下吧!

下载 Jenn3d:tgz 格式

Read More:

7 Comments

  1. 1 uframer Commented @ 2008-02-22 9:50Reply to this comment

    太漂亮了

  2. 2 wyg1258 Commented @ 2008-02-22 11:26Reply to this comment

    RSS中的:Context Free:迭代图编译器 怎么没有了??

  3. 3 MDZ Commented @ 2008-02-22 11:31Reply to this comment

    @wyg1258:在的,试着重新获取看看?

  4. 4 pig345 Commented @ 2008-02-22 12:59Reply to this comment

    谁给建个"水立方"玩玩。;->

  5. 5 iveney Commented @ 2008-02-22 14:18Reply to this comment

    make成功但是运行时出现如下错误,不知该怎么解决? google过,找不到解答…… ================ Jenn. Copyright 2001-2007 Fritz Obermeyer. ================ info t/c free group built, order = 1152 info t/c cosets table built: ord = 24 info t/c edge table built: deg = 8 info t/c faces defined: order = 96 info draw drawing 24 verts, 96 edges ./jenn: symbol lookup error: /lib/libglut.so.3: undefined symbol: XGetExtensionVersion

  6. 6 eagle Commented @ 2008-02-23 10:58Reply to this comment

    好玩。

  7. 7 L,j Commented @ 2008-02-27 20:04Reply to this comment

    You may also need to install the Glut and (optionally) the libpng libraries. 摘自官网