"The Dictionary of Flavors" is an interactive project created for a whisky distillery. The content allows users to smell six different fragrances and choose whether they like them. Based on the user's selections, a flavor pattern is generated and displayed as particles on the wall. This project consists of three parts: the wall program, the desktop client program, and the desktop projection display program, all created using Unity. A server-client structure was built using the TCP/IP protocol. The wall program acts as the server, responsible for handling the display requests from the desktop clients. Since there are eight desktop clients, a queuing mechanism was also implemented.
《风味的字典》是为一个威士忌酒厂制作的互动项目。内容是让用户闻六种香味并进行选择是否喜欢。最后根据用户的选择生成一个风味图案,并粒子化的在墙面上显示。这个项目由三部分组成:墙面程序,桌面客户端程序,和桌面投影显示程序。都通过Unity制作。通过TCP/IP协议组建了服务器-客户端结构。墙面程序为服务器程序,负责处理桌面客户端的显示请求。由于桌面客户端有八台,所以还制作了排队机制。

You may also like

Back to Top