Skip to content

Instantly share code, notes, and snippets.

View XCanG's full-sized avatar
💾
do impossible, beat unbeatable

XCanG XCanG

💾
do impossible, beat unbeatable
View GitHub Profile
@XCanG
XCanG / glsl-infinite-voronoi-zoom.markdown
Created February 1, 2018 21:03
GLSL: Infinite Voronoi Zoom

GLSL: Infinite Voronoi Zoom

First try at (quasi) infinite zoom in GLSL.

Using a standard voronoi pattern over a series of layers and then simply looping through time and space. I need to explore this technique a lot more.

I would appreciate it, if you end up using this code in any sort of production situation, that you cite me in your code and let me know what you've used it for. I love seeing that people actually get use out of the things that I write, and I don't think it's too much to ask that I get a citation for my troubles :)

A Pen by Liam Egan on CodePen.

@XCanG
XCanG / imageborders image conent.css
Last active October 11, 2017 16:44
Make images at full size when hover on it. Used in Stylus/Stylish.
@-moz-document domain("gelbooru.com"), domain("konachan.com"), domain("danbooru.donmai.us"), domain("yande.re"), domain("chan.sankakucomplex.com"), domain("zerochan.net"), domain("idol.sankakucomplex.com"), domain("sakugabooru.com") {
#image, #fullsize img {
transition: .15s ease-in-out;
}
/* Gelbooru, Danbooru, Konachan, Sankakucomplex, yande.re, Sakugabooru */
#image:hover, #gelcomVideoPlayer:hover, #post-view video:hover {
position: fixed;
top: 1px;
left: 226px;
max-height: unset !important;