ChunkDev 🦋

@chunkdev.bsky.social

Building ChunkCity - an Infinite City Builder for PC & mobile 💻📱. No engine, built with #Kotlin

Join me for a sunrise walk? I've implemented time-of-day, better atmospheric scattering, airglow so the night sky isn't pitch black, boosted ambient lighting in the dark, and carefully managed transitions. Still missing an actual sun 🤦, moon, stars, and sunrise time stretching. #GameDev #IndieDev

I had the spontaneous idea to let active meshes follow paths and have colliders. The result: an elevator. I never planned to support any of this. I suspect this will be useful for quite a few other things, too. Paths can be edited directly in the game’s built-in mesh editor. #gamedev | #indiedev

Quest markers are in, but there aren’t any quests yet. Targets are currently simple points with a radius, but they’re represented in three ways: on the minimap, as a screen-space indicator, and as a 3D marker in the world. A lot of steps just to tell the player where to go. #gamedev | #indiedev

Originally, I wanted buildings to stay as static as possible, with referenced submeshes baked into them. Now I’ve added “active references”: With that, referenced meshes can become their own entities, allowing them to move, rotate, and light up independently. #gamedev | #indiedev

When you slep a cheap light overlay on your scene and it just looks better. At this point I have various system whose sole purpose is to render a bunch of particle like effects with as few draw calls as possible.

Bild

It's been a while. Here I added an effect radius preview. Technically I am using the same mechanism I use to mark objects without mesh rebuilding in general: Special marker meshes that get drawn only at certain pixels using stencil masks.