Julien Kaspar
banner
julienkaspart.bsky.social
Julien Kaspar
@julienkaspart.bsky.social
3D artist / crash test dummy
@Blender in Amsterdam, Netherlands.
🖌🎥🎮

He/Him
🇬🇧🇩🇪

Working on short films & games.
Support our us and Blender development at:
studio.blender.org

My art:
https://www.artgram.co/c/julienkaspar
I finally finished my deep-dive article on DOGWALK, like I promised :D
All about making a playable character in Godot with a choppy animation style! Plenty of visual examples & code snippets! Took quite a while to put together.
studio.blender.org/blog/playabl...

#b3d #godotengine #gamedev
August 28, 2025 at 1:06 PM
I put together a little trailer for our Steam store page.
The project is basically done at this point and I'm super stoked to finally release it soon!

store.steampowered.com/app/3775050/...

#b3d #godotengine #gamedev
June 24, 2025 at 7:45 AM
When it comes to the AnimationTree on DOGWALK, we barely used any blending. It suited the stop-motion style to instantly switch animation states and use one-shot animation nodes.

This is an early version in the video (we had dozens of animations in the end),

#b3d #godotengine #gamedev
June 18, 2025 at 11:47 AM
Here's some original tests. I had to do multiple things:
- Limit and step the possible rotations & animation blending factors
- Update only when in sync with the frame-time of the current animation

There's way more going on but I'll save that for a full dev log article.
June 4, 2025 at 8:35 AM
Implementing stop-motion style animation for DOGWALK was fascinating.
We animated the characters on 2s (meaning 12 fps).
To make the movement sync up I made sure the animation blending & character rotation is matching that, instead of just using linear interpolation!

#b3d #godotengine #gamedev
June 4, 2025 at 8:35 AM
Big shout-out to @nozomugames.com for the line collision code sample and @majormcdoom.bsky.social for the 3D Line plugin!
Really helped a lot in getting DOGWALK development started fast. Maybe one day we can make the leash look a bit better :D

#b3d #godotengine #gamedev
May 29, 2025 at 8:48 AM
For prototyping it was fun to use 3D Sprites as fast and easy placeholders of characters and their states.
A valid style on its own. Maybe one day :D
But it was better than just colored cubes for communicating ideas.

studio.blender.org/projects/pro...

#b3d #godotengine #gamedev
May 27, 2025 at 1:22 PM
This is the earliest mockup of DOGWALK from November last year! Just my crude animation to pitch the idea to the team.
It's crazy how much imagination and faith is still involved to see the final game in this haha

#b3d #godotengine #gamedev
May 22, 2025 at 7:57 AM
Working on a lot of bug fixes for Project DogWalk at this point.
Currently waiting for access to the Steam page :3

Also wondering what I could be posting about. Now there's finally time to do more writing and making-of material!

#b3d #godotengine #gamedev
May 19, 2025 at 12:01 PM
I wanted to try something weird for stepped animations:
Either limit the rotations and blended animations to specific values or update them on 3s.
I think the former is quite promising.

I wanna support that stop-motion style with all the transitions in-engine too.

#godotengine #gamedev
February 3, 2025 at 10:30 PM