Announcing that Rhythm Doggo has a steam page now! It'd be super helpful if you wishlist it!
store.steampowered.com/app/4090240/...
Key art by @1neila1.bsky.social
@runevision.bsky.social
Indie game developer, procedural generation enthusiast, Dane in Finland. I made Eye of the Temple, now working on The Big Forest. ๐ Turku, Finland ๐ https://runevision.com https://www.youtube.com/c/runevision https://mastodon.gamedev.place/@runevision
Announcing that Rhythm Doggo has a steam page now! It'd be super helpful if you wishlist it!
store.steampowered.com/app/4090240/...
Key art by @1neila1.bsky.social
Sorry, I get that this game uses procedural generation, but this video is specifically about multiplayer networking implementation details that have nothing to do with procedural generation, so why use a hashtag here thatโs for content about procedural generation?
26.10.2025 09:42 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Accidentally quote posted an older post. Hereโs one with release date and a newer trailer:
bsky.app/profile/chyr...
I had no idea William Chyr (of Manifold Garden) was working on a VR game, and a room-scale one (where you move around on your own feet) at that.
Fans of Eye of the Temple may want to keep an eye on it.
So you can focus on backwards compatibility and robustness in version control in source serialization but on efficiency in build runtime serialization.
25.10.2025 20:14 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I donโt know if this node graph youโre making is for something that end up in builds, but if so, it can even make sense to have different serialization for source and for builds. Like e.g. Unity has for a lot of its object types.
25.10.2025 20:11 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0In HDR rendering, each bit in an input texture may correspond to a difference of many bits in the output image (if eg. a surface is brightly lit). If you need a texture with plain non-busy colors and a soft gradient alpha, you could get significant banding and posterization with premultiplied alpha.
25.10.2025 10:03 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Low color bit depth for areas with low opacity? If you donโt have that use case, thereโs probably not other downsides?
25.10.2025 07:12 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0No one have asked for support here though.
24.10.2025 15:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Have issues with distro A and someone tells you you should use distro B. Have issues with distro B and someone tells you you should distro C. Or window manager Z. Or driver Q.
24.10.2025 13:36 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0One of them used Mint. It sounds like youโre more interested in pushing your own favorite distro than in understanding what the issues were. Others recommended Mint just like you recommend Mageia. Everyone telling people to do different things is part is the overall Linux issue.
24.10.2025 13:33 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0What kind of onboarding? Would it have helped with any of the encountered issues mentioned in the cases I posted?
24.10.2025 08:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0When I search for "easiest Linux", Linux Mint comes up as the most popular answer, and that's what was used in the first of the cases I mentioned.
No amount of Linux users replying "should have done X" addresses the underlying issue; it just further illustrates it.
One
pastebin.com/C9WXCGbE
Two
mastodon.gamedev.place/@aras/115418...
I have in the past week seen two pals (both software developers) try to install Linux for the first time. Both hit barriers where they had to deal with complex errors and resort to command line stuff and both concluded that any non-technical person would not have been able to get through it.
24.10.2025 06:34 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0Glad you like it!
I'm not planning to work any more on this (it was just a little side project), but who knows if others will pick it up and further improve it.
So, I made a hair shader that doesn't require any specially made meshes or textures.
Initially I made this work by sampling many normal directions rotated around the hair strand direction, but I eventually got an approximation working that doesn't rely on multi-sampling.
github.com/runevision/H...
Stylised video game world. Tall, terraced cliff in a cove. Scattered plateaus and patches of woods. Very misty.
22.10.2025 20:34 โ ๐ 14 ๐ 2 ๐ฌ 0 ๐ 0Biolune is officially coming soon on Steam! ๐ณ๐๐ฒ๐๐๐ฒโ๏ธ
Play as a little robot fascinated by organic life. Terraform moons, cultivate ecosystems, and build a strange, beautiful home in an uncaring void. Wishlist now! โจ
store.steampowered.com/app/3070190/...
It's fixed! Isopod is now out! Please go buy it! store.steampowered.com/app/2053910/...
21.10.2025 09:32 โ ๐ 430 ๐ 219 ๐ฌ 14 ๐ 14I hereby define altitones to mean tones of both higher and lower altitude.
20.10.2025 17:56 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0I made a fix for Shadertoy Exporter to help out @runevision.bsky.social, here's the repo: github.com/larathedev/s...
I couldn't make builds for MacOS and Linux as I don't have the hardware, but if anyone is experienced with those platforms and knows how to build for them, let me know.
Thanks! Yeah, I saw it, it works for me when I test on Windows too. And it sounds like getting it to work on Mac is possible too.
18.10.2025 13:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0For example, the existing tool I linked to would take its time recording all the frames as PNGs and only afterward run ffmpeg to turn them into a video. This ensures the computer processing power isnโt a limiting factor in the video rendering or quality.
17.10.2025 20:53 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Wow!
Just checking about the recording: Is this stepping the Shadertoy time variable forward by 1/framerate at a time to record each frame? This is needed (rather then recording in real time) to ensure smooth motion and no dropped frames, even when a Shadertoy canโt run at the specified res/fps.
I want to specify resolution, frame rate and duration, and save a high quality video based on that.
Like this tool did before it stopped working: github.com/KoltesDigita...
Hmm, see this post then:
bsky.app/profile/rune...
BTW, there's no repurposed forest shader here. My hair shader is Unity's standard shader modified to do anisotropic lighting (simulating the surface being made of lots of little cylinders).
I intentionally decreased the normal strength; I thought the original materials exaggerated them to compensate for lack of anisotropic lighting, but a few people thought it looked flat.
Left: Original materials.
Middle: hair shader with weaker normals.
Right: Hair shader with full strength normals.
Uh yeah, thatโs the one with my hair shader! I forgot that Bluesky lets you type in alt text for videos, only to not display it anywhere.
17.10.2025 13:54 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Screenshot from Windows Settings>Privacy and Security>Text and image Generation. "Text and image generation uses on-device AI technologies to quickly respond to requests. Turning this settings off will not affect apps and features using cloud AI technologies. Text and image generation Windows and anyone using this device can use Text and image generation.
BY THE WAY
If you've updated to Windows 11 recently, you're probably on version 25H2.
There's a new setting in Settings: Privacy & Security.
Scroll aaaaaaaalll the way to the bottom and you'll see "Text and Image Generation."
TURN IT OFF.