生成交互式图形算法

发布于 2024-12-25 13:30:07 字数 384 浏览 3 评论 0原文

http://cs.nyu.edu/~jhan/ftirtouch/

http://multi-touchscreen.com/

在上述站点上,有一些多点触控示例视频和图像。 我对该软件的兴趣超过了多点触控界面。 太酷了!

它不仅仅是 WMP 中的简单体积可视化工具。颜色像水一样扩散,气泡分离或结合非常顺利。

有谁了解这些图形处理算法或逻辑吗?

我什至不知道该搜索什么关键字。 任何关键字、网站网址或书籍都值得赞赏。 谢谢。

http://cs.nyu.edu/~jhan/ftirtouch/

http://multi-touchscreen.com/

At above sites, there are some multitouch sample video and images.
I'm interested in that software more than multitouch interface.
So cool!

It's not just an simple volume visualizer in WMP. The colors are spread just like water, and bubbles get separated or combined very smoothly.

Is there anyone who know these graphic processing algorithms or logics?

I even don't know what keywords to search.
Any keywords, site urls,or books are appreciated.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

柏林苍穹下 2025-01-01 13:30:07

您阅读过作者的各种出版物吗?我敢打赌他们在那里解释了一些方法。

您可能还想查看 http://processing.org/

Did you read the various publications by the authors. I bet they explain some of their methods there.

You might also want to have a look at http://processing.org/

朦胧时间 2025-01-01 13:30:07

The algorithm used to generate the fluid visuals is an implementation of the fluid solver design Jos Stam presented at the 2003 Games developer conference, which has been adapted to handle RGB densities. Memo Akten released a library for both the C++ (OpenFrameworks) and Processing languages called MSAFluid that implements Stams solver design in this manner and it is fairly simple for you to use in whatever project you want.

Links:

MSA Fluid (OpenFrameworks).

MSA Fluid (Processing).

(Sorry, I realise this is an old thread, but I think that should answer your question..)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文