shadecore_dev's Avatar

shadecore_dev

@shadecore.bsky.social

Indie game developer working on Shadecore - first-person survival game. Itch: https://shadecore-dev.itch.io/shadecore My shaders for Godot: https://godotshaders.com/author/shadecore_dev My addons for Godot: https://gitlab.com/users/shadecoredev/projects

81 Followers  |  119 Following  |  38 Posts  |  Joined: 02.02.2025  |  1.6804

Latest posts by shadecore.bsky.social on Bluesky

Video thumbnail

Made a submission to #GMTKJam over the weekend.

A dungeon crawler where your past copies help you fight the enemies.

The game is playable in browser:
shadecore-dev.itch.io/multisorcerer

#gamedev #godot

04.08.2025 08:09 โ€” ๐Ÿ‘ 27    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Got carried away with implementing the enemy system and forgot to post the progress.

I added enemy spawning, sounds, aggro and attack damage.

I'm going to work on missing enemy animations next. For example, death and different types of attacks.

#gamedev

23.07.2025 13:39 โ€” ๐Ÿ‘ 17    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I think it's Bluesky issue. All uploaded videos get extremely compressed and lose all quality.

One workaround I found is using static scenery and only showing one or a couple objects moving. The compression is less aggressive with static background.

20.07.2025 17:19 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Just finished implementing support for per-instance oneshot animations in my vertex animation shader.

Here I use it to play the attack animation.

#gamedev

18.07.2025 14:11 โ€” ๐Ÿ‘ 44    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Added greenery to that scorched empty wasteland landscape I had before.

#gamedev

16.07.2025 10:32 โ€” ๐Ÿ‘ 11    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Added inventory window with item inspection.

All the weapons that I planned are done. It's time to swap these testing cubes with an actual environment and enemies.

#gamedev

13.07.2025 10:35 โ€” ๐Ÿ‘ 9    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

My guess is the "forgiving" part of the game resulted in some players not fully appreciating the combinatorics of the game. Some players just didn't progress to the challenging part which resulted in an impression of a little game.

Or it could also mean a compliment to the art/music/gameplay.

11.07.2025 14:11 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Continuing to work on the weapons. I finally got rid of all the glitches caused by aiming at objects point-blank.

Planning to add an SMG and a bolt-action rifle and then move on to implementing the enemy hordes into the world.

#gamedev

08.07.2025 12:46 โ€” ๐Ÿ‘ 15    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Accurate hit registration I made for the multimesh. It uses a single skeleton and works well on any number on instances.

04.07.2025 16:23 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Working on a gun system.

#gamedev

01.07.2025 08:52 โ€” ๐Ÿ‘ 12    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

Trying to make a decent handgun model.

#gamedev #3dmodel

28.06.2025 15:38 โ€” ๐Ÿ‘ 7    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I was remaking the title screen and decided to add a white beam. When leaving the game I saw a bug where the material color remained as it was during gameplay.

It gave me an idea to read the time from the save file and set color intentionally and it worked perfectly.

So bugs are not always bad.

26.06.2025 17:56 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Time to create a playable tech demo with some guns.

25.06.2025 12:52 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Each instance consists of 3 nodes (Node3D, Area3D and CollisionShape3D), resulting in 300k total moving nodes in the scene. I was sure the CPU will bottleneck, but surprisingly the dynamic shadows started being an issue.

25.06.2025 12:47 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

100k moving objects was too much for video compression, RIP.

25.06.2025 12:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Doing some stress testing without multi-threading on pure GDscript.

Gotta admit I underestimated Godot's performance.

#godot #gamedev

25.06.2025 12:03 โ€” ๐Ÿ‘ 24    ๐Ÿ” 3    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Video thumbnail

Yeah, now that I look at it, it's weird. I didn't have time to make a proper demo scene.

Here's a better demo someone made that has the exact same effect applied.

www.reddit.com/r/godot/comm...

24.06.2025 12:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Finally made an infinite terrain that doesn't run into floating point issues.

#gamedev

24.06.2025 07:30 โ€” ๐Ÿ‘ 38    ๐Ÿ” 4    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

I added the animation blending if anyone is interested.

23.06.2025 19:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Fixed a issue in the animation baker logic. Should be good now.

23.06.2025 09:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Blender just deleted an animation that I spent 2 hours on because I didn't enable "Fake User". Lovely.

22.06.2025 20:26 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image Post image

Update on the vertex animation shader for Godot.

I created an addon called AnimatedMultimeshInstance3D that does all the baking for you inside the editor.

Link:
gitlab.com/shadecoredev...

#godot #gamedev

22.06.2025 17:30 โ€” ๐Ÿ‘ 50    ๐Ÿ” 9    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Video thumbnail

Sharing the vertex animation shader for Godot that I am working on and will use in my game.

It allows to draw tens of thousands animated meshes with unique per instance animation in a single draw call.

Shader:
godotshaders.com/shader/verte...

#godot #gamedev

21.06.2025 15:50 โ€” ๐Ÿ‘ 122    ๐Ÿ” 14    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 1
Video thumbnail

Vertex animation with instancing is awesome.

#gamedev

20.06.2025 10:11 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Day-night cycle and random daily cloudiness.

#gamedev

17.06.2025 11:48 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Sharing the post-process shader for Godot that adds rain puddles with ripples and reflections.
It's is available for free:
godotshaders.com/shader/rain-...

#gamedev #godot

11.06.2025 11:18 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Video thumbnail

A rain effect I'm working on.

It's a post-processing shader that adds rain puddles on all horizontal surfaces and has screen space reflections with ripples. It turned out even better than I imagined.

I'll share the shader code soon.

#gamedev

04.06.2025 09:46 โ€” ๐Ÿ‘ 26    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Still working on environment objects for my game world.

In the meantime, here is a procedurally generated skill tree system I made. Or should I say skill forest?

#gamedev #indiegames

27.05.2025 14:04 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Wanted to share an update on the town generator. I finally have the buildings sitting on top of the terrain. I was also working on improving the foliage initialization to prevent freezes.

#gamedev

29.04.2025 11:49 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

Started experimenting with adding a height to the terrain and saw unexpected "blocky" results. Ended up on an adventure of digging source code, building engine from source, and writing a C++ GDExtension. All just to change a noise output from 8 bit float to 32. Was worth it though.

#gamedev #godot

24.04.2025 16:13 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@shadecore is following 20 prominent accounts