graphics researcher & software engineerwho loves working on complex 3D systems and cloud infrastructure. currently in taiwan pursuing a masters in computer science. Malaysian, born in Thailand, native in English and Chinese.
National Tsing Hua University (NTHU) — Department of Computer Science is one of Taiwan's most prestigious CS programs, founded in 1977 under the College of Electrical Engineering and Computer Science. With over 40 full-time faculty and research collaborations with industry giants. The department spans the full academic ladder from bachelor's to doctoral studies, with a strong emphasis on bridging rigorous theory with real-world application.
Location
Hsinchu, Taiwan
Role
Research Assistant & Teaching Assistant
Contributions
Active researcher engaged in full-time research across two research labs — the computer graphics & vision lab (cgv lab) and the visualization and modeling lab (vm lab), with work published and presented at internationally recognized venues. participated in multiple industry-collaborative projects, working alongside companies to bridge academic research with real-world applicationsTeaching Assistant (7 courses) supported instruction across a diverse mix of undergraduate and graduate courses. undergraduate: software studio (×2), introduction to programming (python), introduction to programming (c++). graduate: geometric modeling, introduction to game programming, introduction to digital twin technology
Enova Technology Corporation is a Taiwan-based hardware data security company founded in 2000 that specializes in developing real-time cryptographic chips (ASICs) and security solutions to protect data-in-transit and data-at-rest, offering military-grade, FIPS-certified encryption products for corporations, government agencies, and security-conscious users worldwide.
Location
Hsinchu, Taiwan
Role
Software Engineer Intern
Contributions
Pathway desktop application built on top of firmware and low-level hardware libraries to manage and secure local storage, with cloud storage integrationsQR Suite feature rich cryptographic toolbelt powered by quantum resistant algorithms and hardware security modulesInternal Testbenches comprehensive software test suites to support hardware and firmware product validationCloud Security POC prototyped a proof of concept for extending their encryption hardware into cloud security infrastructure
International Games System Co., Ltd. (IGS) is a Taiwan-based game developer founded in 1989, specializing in the design, development, and distribution of arcade, online, and mobile games. With a portfolio spanning simulation machines, combat games, touch-screen titles, and mobile platforms, IGS has established itself as a prominent name in the Asian gaming market across both B2B and B2C segments.
Location
Taipei, Taiwan
Role
Game Developer
Contributions
Engine & API migration upgraded an existing game's Cocos framework and data layer to a newer version, ensuring compatibility and stability while minimizing disruption to the existing codebaseGround-up game development took a game from concept to playable product, working from provided assets and design documentation to deliver a fully functional title built on the Unity engineCross-functional collaboration worked closely with designers and project leads, translating plans and assets into a cohesive gameplay experience
NTHUMods is a student-run open-source initiative at National Tsing Hua University (NTHU) dedicated to improving campus life through community-built tools. The platform offers students a suite of features including course search and filtering, timetable building, graduation tracking, and more. All developed by students, for students.
Location
Hsinchu, Taiwan
Role
Co-Founder & Open-Source Maintainer
Contributions
Project co-founder & system architect conceptualized and built the initial system architecture that the platform grew from, setting the foundation for future contributors to build uponCourse indexing & instant search engineered the backend pipeline for ingesting, indexing, and serving course data, enabling fast and accurate real-time search across the university's course catalogStakeholder engagement held multiple meetings with school administration to align the project with institutional needs and secure official cooperationFundraising & sponsorship sourced external funding to sustain infrastructure and project operations, keeping the platform free and accessible for all studentsMarketing & branding designed and published promotional materials to grow awareness and drive adoption across the student body
Explore new techniques for load-balanced 3D Gaussian splatting that make large-scale scene reconstruction faster and more accessible. We introduce LoBE-GS, a framework that balances computation across partitions to achieve up to 2x faster training while maintaining quality—enabling real-time visualization and interactive exploration through Omniverse streaming.
As drones and missile strikes become major threats in modern warfare, traditional civil defense training often fails to build the procedural memory required for survival. We present VR CivicGuard, an immersive VR simulation that trains users in expert-informed air raid standard operating procedures. Developed through interviews with civil defense specialists, the system targets critical survival skills, including blast-mitigation posturing, emergency item collection, debris navigation, and drone evasion. A pilot study showed high usability and immersion, and participants trained with VR-CivicGuard significantly outperformed a control group. These findings highlight the effectiveness of expert informed VR for civil defense training.
Event
IEEE Conference on Virtual Reality and 3D User Interfaces
Designing 3D curves with specified crossings and twistings often requires tedious view adjustments. We present a 3D curve development from 2D drawing with controlled crossings and twistings. We introduce a two-strand 2D diagram that lets users sketch with explicit crossing and twisting assignments. The system extracts feature points from the 2D diagram and uses them as 3D control points. It assigns the heights and over/under relationships of the control points via an optimization and then generates twisted 3D curves using B-splines. An interactive interface links the 2D diagram to the evolving 3D curves, enabling real-time iteration. We validate our method on diverse sketches, compare it with traditional 3D curve construction, and demonstrate its utility for elastic wire art via physics-based animation.
Event
Pacific Conference on Computer Graphics and Applications
We present a novel streaming framework for interactive visualization of large-scale 3D Gaussian Splatting (3DGS) models, enabling smooth, real-time exploration on resource-constrained devices like mobile phones. Leveraging NVIDIA Omniverse Kit on an RTX 5090 GPU server, our backend client renders complex 3DGS scenes (e.g., 50M Gaussians, 8 GB) converted to USDZ via 3DGRUT, streaming video to a Three.js-based frontend using WebRTC for low-latency interaction. We enhance scene interactivity with metadata annotations from an Unreal Engine 5 tool, incorporating building bounding boxes and navigation paths sourced from OpenStreetMap, enabling clickable scene elements and 3D road-level navigation. Real-time camera pose synchronization between frontend and backend ensures consistent focus across platforms. Our approach achieves a stable 30 FPS on diverse devices, a 7-30x performance improvement over direct Three.js rendering.