This is a SCRIPT-8 cassette.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /********************************************************************************\ | |
| ✨ 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * TestTitle | |
| */ | |
| #c{ | |
| position:fixed; | |
| top:0; | |
| right:0; | |
| width:100vw; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| *Twister2d golfed | |
| */ | |
| body{ | |
| display: flex;margin:0;justify-content: center;align-items: center;min-height:100vh;background: #000; | |
| } | |
| canvas{ | |
| width: 100vmin;background:#fff | |
| } |
This is a SCRIPT-8 cassette.
NewerOlder