Skip to content

Instantly share code, notes, and snippets.

View ShaneBrumback's full-sized avatar

Shane Brumback ShaneBrumback

View GitHub Profile
@ShaneBrumback
ShaneBrumback / threejs-examples-loading-and-animating-3d-characters.html
Last active March 19, 2024 05:17
Threejs Examples Loading and Animating 3D Characters

<!DOCTYPE html>
<html>
<head>
<title> Loading and Animating 3D Characters Using Threejs</title>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
</head>
<body>
@ShaneBrumback
ShaneBrumback / threejs-examples-3d-medical-simulation-example.html
Last active March 19, 2024 05:17
Three.js Examples 3D Medical Training Games
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
@ShaneBrumback
ShaneBrumback / threejs-examples-interactive-audio-driven-particle-systems.html
Last active March 19, 2024 05:17
Threejs Examples Interactive Audio Driven Particle Systems
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blog - Interactive Audio Driven Particle Systems | www.ShaneBrumback.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Social Sharing-->
<link rel="stylesheet" href="/css/app.css?2">
@ShaneBrumback
ShaneBrumback / threejs-examples-loading-and-animating-mandalorian-grogu-3d-model.html
Last active March 19, 2024 05:17
Threejs Examples Loading & Animating Mandalorian Grogu 3D Model
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
////////////////////////////////////////////////////////////////////////////////////////////-->
@ShaneBrumback
ShaneBrumback / threejs-examples-animating-3d-spheres-and-fragment-shaders.html
Last active March 19, 2024 05:17
Threejs Examples Animating 3D Spheres & Fragment Shaders
<html>
<head>
<title>Three.js Examples - Animating 3D Spheres and Fragment Shaders</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
@ShaneBrumback
ShaneBrumback / threejs-examples-selecting-3d-cube-with-threejs-raycasters.html
Last active March 19, 2024 05:17
Three.js Exmaples - Selecting a 3D Cube with a Raycaster
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
////////////////////////////////////////////////////////////////////////////////////////////-->
@ShaneBrumback
ShaneBrumback / threejs-examples-creating-and-animating-simple-3d-objects.html
Last active March 19, 2024 05:17
Three.js Examples Creating & Animating Simple 3D Objects
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
////////////////////////////////////////////////////////////////////////////////////////////-->
@ShaneBrumback
ShaneBrumback / threejs-examples-particle-system-3d-blast-effect.html
Last active March 19, 2024 05:17
Threejs Examples - Particle System 3D Blast Effect
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
////////////////////////////////////////////////////////////////////////////////////////////-->
@ShaneBrumback
ShaneBrumback / threejs-examples-tracking-animated-3d-objects-with-the-camera.html
Last active March 19, 2024 05:17
Threejs Examples - Tracking Animated 3D Objects With The Camera
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
////////////////////////////////////////////////////////////////////////////////////////////-->
@ShaneBrumback
ShaneBrumback / threejs-examples-selecting-3d-minecraft-models-using-raycasters.html
Last active March 19, 2024 05:17
Three.js Examples - Raycaster GLTF 3D Model Selection
<!--////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// Example Using Three.js Library, HTML, CSS & JavaScript ///
// 3D Interactive Web Apps & Games 2021-2024 ///
/// Contact Shane Brumback https://www.shanebrumback.com ///
/// Send a message if you have questions about this code ///
/// I am a freelance developer. I develop any and all web. ///
/// Apps Websites 3D 2D CMS Systems etc. Contact me anytime :) ///
/// ///
////////////////////////////////////////////////////////////////////////////////////////////-->