Skip Navigation

Posts
3
Comments
310
Joined
3 yr. ago

  • i'm just gonna pastebin it for now but yeah, thanks for the encouragement.

  • I did and I appreciate it. here's the code if you're interested.

  • actually I was working on the code and realized i got the textures mirrored due to negative-positive mix up. so it was reflecting the mirror image of 19

  • fftt... and I'm all like "yo, you gotta be shittin' me..." but check this out man..

  • Thank you so much! I love high effort shitposts too!

    And if you liked that, you're going to love this: A while ago I also wrote a 3d renderer from scratch inside the picotron, an emulated fantasy console that never existed, to display a 3d model of a pudu.

    I have a few more of these you might appreciate, non 3d related.

  • I forgot to tell you how much I appreciate this meme. heh. thanks!

  • Thank you for your inspiration <3

  • lazy

  • what video hosting service works for you?

  • I'll do a follow up post when I upload

  • This is exactly the kind of flattery that truly touches my heart. <3

  • Yes, the values are rendered on top of each face with "pixel" maps (ascii art) that have the character of the digit they represent as each pixel. These are later manipulated by the perspective projection.

    For example on this d6 you can see the top face has 1s written down (in the shape of a sideways one) and the front one has 4s written down in the shape of a skewed and sideways 4.

    In this specific color scheme there's not a lot of contrast between the values, but even in the palettes with better contrast, good readability is something I'm kind of giving up on solving well.

    edit: might be clearer here:

  • you make good points

  • Well, you guys are making some p good points. I'll probably end up sharing it, but'll give it a clean up, try to fix some bugs and improve my comments before posting it publicly. For now whoever really wants it (including you) can just ask and I'll dm it, understanding it will be a hard read and still has bugs.

  • I haven't shared the source code yet because criticism is terrifying and I'm a horrible coder, but with the encouragement of the the community I might give it a shot. I don't even have a codeberg account yet though.

    The post contains these two video links: https://files.catbox.moe/8rz9m7.mp4 https://files.catbox.moe/5d3n2k.mp4

    If you still can't see them, maybe you can suggest a different hosting service, one that works for you? Or if you really really want the source code I suppose I could send it by DM on the meantime.

  • yeah, I was trying to stay as pure-bash as possible, but thanks!