Skip to content

Instantly share code, notes, and snippets.

@dannyhille
dannyhille / mpxMicroGlFragLib.js
Last active November 3, 2025 16:33
A Micro WebGL Library for Fragment Shader Demos
/********************************************************************************\
✨ mpxMicroGlFragLib: The Tiniest Library with the Longest Name ✨
- A Micro WebGL Library for Fragment Shader Demos -
----------------------------------------------------------------------------------
Welcome to the ultimate paradox — a micro WebGL library with a name longer than
the code itself! 😄
License: Public domain — it's all yours if you want it! Just remember, I'm not
responsible for any glitches. 😉 But if you create something cool, please share!
- no need to copy this longwinded message if you don't feel like it 😜
- You can DM me on CodePen or X (Twitter) @mpxdanny.
@dannyhille
dannyhille / index.html
Last active October 16, 2024 12:43
CombatWombat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>test.</title>
</head>
<body>
</body>
@dannyhille
dannyhille / dabblet.css
Last active January 19, 2023 16:06
TestTitle
/**
* TestTitle
*/
#c{
position:fixed;
top:0;
right:0;
width:100vw;
@dannyhille
dannyhille / dabblet.css
Last active March 20, 2024 20:40
Twister2d golfed
/**
*Twister2d golfed
*/
body{
display: flex;margin:0;justify-content: center;align-items: center;min-height:100vh;background: #000;
}
canvas{
width: 100vmin;background:#fff
}
@dannyhille
dannyhille / README.md
Last active April 23, 2021 20:45
SCRIPT-8
@dannyhille
dannyhille / README.md
Last active April 1, 2021 23:12
SCRIPT-8
@dannyhille
dannyhille / README.md
Last active April 2, 2021 22:32
SCRIPT-8
@dannyhille
dannyhille / README.md
Last active March 26, 2021 18:40
SCRIPT-8
@dannyhille
dannyhille / README.md
Created March 20, 2021 15:33
SCRIPT-8