jessep

jessep

@jessep.fi

Doing projects around web dev, design, vector & 3D graphics jessep.fi

28 Followers 210 Following 10 Posts Joined Feb 2024
4 days ago

I'll have to try some more stuff out with video elements too. I haven't dug that rabbit hole deep enough yet πŸ˜„

1 0 0 0
4 days ago

Mainly I wanted to try the sprite techniqueπŸ˜„ This gives creative control tweaking the animation in post with CSS. Changing FPS, rescaling the pixel-art with `image-rendering: pixelated;` keeps it crispy looking. I also have user interaction ideas for the sprite, I imagine extend nicely with sprites.

2 0 1 0
4 days ago
YouTube
Blender Tutorial - Pixel Art with Dithering (Graduated Shadows) YouTube video by Point Cloud

The shader material based on this:
www.youtube.com/watch?v=sHwd...

3 0 0 0
4 days ago
Preview
β€œBuilt with Eleventy” Animated 88x31 I was tagged several days ago on Mastodon, as someone was looking for a "90s-style 88x31 footer GIF" for pages built with Eleventy, and [... I] gave animating the badge a shot!

Learned about `image-rendering: pixelated;`
From @chrisburnell.com chrisburnell.com/note/elevent...

4 0 1 0
4 days ago
CSS Code snippet for a single spritesheet animation where the animation frames have been wrapped on multiple rows. Utilizing two custom properties and keyframe animations for spritesheet frames X and Y coordinates.

I got it working on Chrome by doing 2 animations on the position values of the custom properties for the X and Y values.

Sadly I had to switch last minute to a better supported method of `overflow: hidden` + `translate` as I noticed that Firefox did not like my way of animating the variables 😡

2 0 1 0
4 days ago

I initially used the technique from the article. To animate the `object-position` which I liked a lot, and since my animation was so long I had to wrap it to multiple rows so as to not exceed WEBP maximum width, which required me to move the sprite's X and Y frame position at separate intervals.

2 0 1 0
4 days ago
Preview
Sprites on the Web β€’ Josh W. Comeau In game development, it’s common to use spritesheets for animation, but this technique isn’t as widely used on the web these days. Which is a shame, because we can do some pretty cool stuff with sprit...

Was inspired by this article to try a spritesheet animation:
@joshwcomeau.com
www.joshwcomeau.com/animation/sp...

2 0 1 0
4 days ago
Video thumbnail

Made this 3D animated puppy that I rendered into a 2D 1-bit style spritesheet CSS animation for my website. Weekend project went a bit overtime, but had to get it done before I'm off travelling πŸ˜ͺ

72 6 4 0
3 weeks ago

Really beautiful work πŸ™Œ

4 0 0 0
1 month ago

This website is a definitive hype builder πŸ˜†πŸ™Œ

5 0 1 0