46 Followers
87 Following
350 Posts

trans witch
pan; also poly
22, she/her (it/its)
ADHD infested

acab, fuck fascists, blm, trans rights are human rights, ancom

i write a little code here and there

i do not mask, expect posts to range between ravenously horny and passionate ranting. i do post lewd/horny/nsfw/etc stuff sometimes

if you wanna follow, thats great! make sure you have non-boost posts and a filled in profile please!

please (gently) let me know if i make you uncomfortable or if i should cw something

"a troublesome minx" - emily @ not on mastodon
"damn you vile woman" - @Fuyu
"yeah she's really cute and her penis is very quaint"
"the rizzard of oz"

💜 @pythongirl
💜 emily @ not on mastodon
💜 fuzzy @ not on mastodon

My Websitehttps://katkosmos.dev/
Geminigemini://katkosmos.dev/
Languagesen • tok • de • rs • c{ε, ++} • asm • lua • js • ts • others
Matrix@kat:8bitworld.org
🖼

On a whim, I've decided to start building a 3D-capable GPU in Logic World.

This is the screen that the GPU will be directly connected to. It has a resolution of 36x27 and it's 6bpp. The screen is arranged into 3x3 pixel cells, where each cell will be handled in parallel according to the shader code. I don't plan on supporting textures, but I would like to support filled triangles (whether that's single color or vertex colors).

We'll see if I ever actually finish this lol

So here's a thing I've been working on, it's a little fantasy computer using a 6502. I'm using Dear Imgui for the UI.

The text in the background is part of a custom GPU I'm designing, it supports both a bitmap (6bpp, 160x120) and text mode (Two 16-color palettes, one for the foreground and one for the background, colors are also 6bpp. It has a resolution of 640x480. The character graphics can also be modified).

I'm writing the entire thing in Rust. Very much looking forward to finishing this, though.