Modern Speck
This project is a modernized reimplementation of the original Speck molecule renderer created by Rye Terrell.
Notable changes:
Full-viewport rendering
Single draw for color and normal outputs using MRT
Instanced rendering for atoms and bonds
Ping-pong rendering for AO and FXAA instead of texture copying
Structured the renderer around modular rendering passes
Rewritten in TypeScript, built with Vite
Upgraded to WebGL 2 using PicoGL.js
... continue reading