Skip to main content
Computer, Electrical and Mathematical Sciences and Engineering
CEMSE
Computer, Electrical and Mathematical Sciences and Engineering
Home
Study
Prospective Students
Current Students
Internships
Research
Research Overview
Research Areas
Research Groups
Programs
Applied Mathematics and Computational Sciences
Computer Science
Electrical and Computer Engineering
Statistics
People
All People
Faculty
Affiliate Faculty
Instructional Faculty
Research Scientists
Research Staff
Postdoctoral Fellows
Students
Alumni
Administrative Staff
News
Events
About
Who We Are
Message from the Dean
Leadership Team
Apply
WebAssmbly
Web-based 3D Visualization
Ivan Viola, Professor, Computer Science
Apr 10, 12:00
-
13:00
B9 L2 H2 H2
nanovisualization
computer graphics
3D graphics
WebGPU
WebAssmbly
In this seminar I will present how to create 3D computer graphics and visualization systems for the web, using WebAssmbly and WebGPU language specifications, which are new, bleeding-edge technologies. Previously, accelerated graphics on the web was based on JavaScript libraries, which is still very popular, but they do not offer detailed memory management and code optimization, necessary for systems requiring high memory load and high computational demands. WebAssembly and WebGPU can be compiled from the C++ or Rust code, which also allows the deployment of the same codebase either for web or for the desktop-based applications.