Skip to content

Instantly share code, notes, and snippets.

View JMHeartley's full-sized avatar
🧑‍💻
Working on something new!

Justin Heartley JMHeartley

🧑‍💻
Working on something new!
View GitHub Profile
@JMHeartley
JMHeartley / index.html
Created January 18, 2026 23:24
Interactive 3D Sphere with Shaders and Swirling Ribbons in Three.js
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}
#container {
width: 100vw;