Category: Tech

  • Other Projects

    Network Based on Sound A whole functional network with a physical layer based on sound. Detail.. BlackHole A 2D educational game about garbage classification. Detail.. Speak Out A 2D drag-and-drop game build in the 2019 CiGA Game Jam. Detail.. Passoul Information sharing and social networking APP based on geographical position facing young people who travel alone,…

  • Fire Rendering Methods in Games

    Fire Rendering Methods in Games

    Introduction Rendering in games is quite different comparing to the other situations as it not only requires quality but also efficiency. While fire rendered by ray tracing is widely used in industrial CG software such as Maya or Blender, real-time fire rendering in game is still a problem need to be solved. Different solutions are…

  • Network Based on Sound

    Introduction The whole project is a local area network called Athernet which has a physical based of sound. It is finished as the final project of Computer Network course together with my teammate Yimin Tang using JAVA and Python(only in the NAT node for Internet access). We implemented the whole network structure from the basic…

  • Rendering Translucent Object using OptiX

    Rendering Translucent Object using OptiX

    Introduction This project is finished as the final project of the Computer Graphics course in 2018 Spring. At that time the latest NVIDIA® GeForce RTX™ GPU hasn’t been published yet. I then chose the OptiX framework to apply the Ray Tracing functions of GPU. Translucent object can be hard to render. However, with the full use…