Don Qvixote's Avatar

Don Qvixote

@don.qvixote.com

On the longest road to make my artisanal massively multiplayer mini-game. Since y'all keep cancelling your MMOs, I decided to un-retire to make mine.

6 Followers  |  13 Following  |  21 Posts  |  Joined: 24.02.2026  |  1.8981

Latest posts by don.qvixote.com on Bluesky


Video thumbnail

I've been working for a couple of hours on adding some primitives to my game engine. Now I can use 2d and 1d perlin noise, which is one of the most useful algorithms for that organic noise feel: textures, vfx, pcg/worldgen, and, more importantly screenshake

#indiedev

26.02.2026 18:12 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

After playing mz-eth.itch.io/sunseeker for a little over half an hour I can say it is playable. Much more playable than other options I've been trying this morning like QEAD, or W going towards mouse position. Those may not be bad but that WASD is just too ingrained in my brain.

26.02.2026 14:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I have this feeling that jumping feels uncomfy because of diagonals in a keyboard. But, using a front pov I don't like how it looks at all. Maybe something in the middle would work? But then pixel lines might be weird? Idk, will try an isometric platformer in itch to see how it feels. #indiedev

26.02.2026 10:49 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Video thumbnail

Finished the #indiedev session adding some normals to the billboards, and moving the character billboard to the front of the shadow. I want to try to do something with those normals in the future. I also started doing some letterboxing but idk, too sleepy to think properly about it.

25.02.2026 21:58 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

It is fast but I just don't like it and can't seem to get the parameters right and seems too stateful. I need to make a few tests to see how player input may impact this sort of behaviour, I may switch to doing something else while this brews up in my brain

25.02.2026 20:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I have been writing a dual-grid approach to the simulation.
For some reason I just noticed this reduces the breadth of a propagation and makes parallelization trivial without the need for a double buffer, I wonder what downsides does it has and how fast can it go in a big enough grid, we'll see.

25.02.2026 18:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This is the @veritasium.bsky.social video I was talking about.
took a while to find+rewatch it. I don't like the sponsor & title, but the generic universality with which you can abstract a lot of mmo/world phenomena feels really powerful as a solodev
www.youtube.com/watch?v=HBlu...

25.02.2026 16:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Vulkan releases game engine tutorial

Vulkan releases game engine tutorial

The Vulkan Working Group has published, Building a Simple Game Engine, a new in-depth tutorial for developers ready to move beyond the basics and into professional-grade engine development.

Learn more: www.khronos.org/blog/new-vul...
#vulkan #tutorial #programming #gpu #gameengine

25.02.2026 14:34 β€” πŸ‘ 239    πŸ” 37    πŸ’¬ 10    πŸ“Œ 4
Post image

So, I've set up a separated prototype for what I'm going to do next. Just a quick way to debug what I'll do next with some white noise. I'll go grab a bite, and find / rewatch a video I watched months ago which I think will be really useful to make a shared world for my mmo.

25.02.2026 14:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1

Pretty boring update, I've been working on the server event loops for an hour, nothing much to say. I will try to avoid working for more than one hour in something I can't really show.

I will move to another prototype soon.

25.02.2026 13:38 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

I have been mostly thinking about what tf should I do with chat inside my mmorpg. But also did with this small task to have the size of the shadow be relative to how high your character is, I also hide it near the ground but idk if it'll stay like that until I see it with a sprite #gamedev #indiedev

25.02.2026 12:06 β€” πŸ‘ 9    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

So, after getting the asset billboarding working on my game engine, I went ahead to check out some isometric character templates and am deliberating. I will start working on something else now (a few TODOs of my platforming mechanics, rendering, and game loop).

25.02.2026 10:54 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I had an unbound texture, I am so ready to delete opengl and move to vulkan... But I want to have a first draft of editor, the netcode and engine parts before iterating them.

I also made the pc a billboard with platformer shadow, next I think I'll look for a character sprite. #indiedev #gamedev

24.02.2026 18:19 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

so, I am back, now in linux since here I can use renderdoc and that kind of stuff

24.02.2026 16:35 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1

I am stuck at this, will take a walk, brb later

24.02.2026 15:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

so, an hour later and I still haven't nailed the math, I really suck at math. But I'm closer.

24.02.2026 13:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

After installing nix, w/clang and some cli tools I removed mise.
Working on bringing rendering the sprites that my handpainting tool bakes on my collision prototype (so far I managed to display it, but I still haven't got the math to place it in its 3d location right).

24.02.2026 12:05 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Since it's a really pleasing day, I went work outside with my mba.
The embed directive didn't work.
The C++26 flag is still 2b.
cmake still sucks.
Mise failed to install modern clang.
Too much sunken cost to go back inside (or change my code).

I guess I am installing nix on my mac again.

24.02.2026 10:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yesterday I ended getting my 2.5D sprite editor barely functional, so I'll start today making a few placeholder tiles and getting them rendering and colliding fine in my custom physics engine prototype.

24.02.2026 09:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thank you, Tysk! I saw the discord, but I am avoiding any service I can't self-host. Luckily I won't be really needing feedback, and I'm not in a hurry, it's just that I don't see myself making meaningful progress without accountability, and it's impossible to have accountability alone.

24.02.2026 09:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Just spent three hours looking into self-hosting alternatives to activitypub because federating a single-user instance sucks.
Here I am with my own pds instance πŸ‘πŸ‘πŸ‘

I also spent 15 minutes drawing my pfp. With touchpad. In GIMP.

24.02.2026 01:43 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

It's been 24 days since I un-retired and make my #mmo
The first 5 days I wasn't able to do much. I never thought #solodev would be so mentally draining on me. Since it improved after I started posting daily updates, I will try to extrapolate.

Starting today I'll try to update every hour of #mmodev

24.02.2026 01:34 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@don.qvixote.com is following 13 prominent accounts