Cute Russian Girl Edition/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_GeneralIRC: irc.rizon.net #/g/gedgProgress Day: https://rentry.org/gedg-jams/gedg/ Compendium: https://rentry.org/gedg/agdg/: >>>/vg/agdgGraphics Debugger: https://renderdoc.org/Requesting Help-Problem Description: Clearly explain your issue, providing context and relevant background information.-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.Previous : >>106708392
>>106771948Thats a guy, but I saved it (not gay btw)
>>106771948what kind of video games do you think she likes?
>>106772054Five hearts under one roof. She likes Gran the most
>>106772054>shehttps://youtu.be/iE_TjAUXIvk
>>106772054Way to derail the thread right off the bat with the russoid zigger tranny, OP.
based thrtead
fuck yeah, let's see more engine development content >>106772908>>106771948
Quadtree with the help of grok
>>106771948hope zigger tranny gets killed when the governments collapses and societal norms break down
>>106773094Bruh, she supports Putin
>>106771948fuck off
>>106771948I am so lonley guys
Reorienting my brain from rasterization to ray tracing is weird. With rasterization you “draw” every individual primitive but with ray tracing the entire scene already exists inside the TLAS so you just “dispatch rays” once
custom made for op
>>106771948>>106772908Who is this pretty girl? I've seen her posted on here a few times now but no one says who it is.
>>106772908Sauce?
Progress. Now every texture has a mode flag assigned to it, which makes creating and assigning special effects much easier for me. Modes 3 and 4 are used here to create a cool waterfall effect which is done by using one of the color layers as a gradient.
https://www.youtube.com/watch?v=DgRUJqrBVIMRemember, bros a prototype is all you need to judge your vision.
>>106774572Did you code that ui yourself? Looks comfy
>>106774572i don't know what you're actually doing here but nice, it's like the water in old starcraft
Is there a Tiled/LDTK library for beeflang or am I gonna have to write my own and/or slowly and painfully convert out the existing C# implementations?It's fucking mind boggling how BeefLang is trying to be its own thing but is basically a library wrapper waiting room.
>>106777326People use beef?
>>106772908>brown nipswhat a shame
>>106771948ok, i just looked at the op webm in archiveare jannies gay or butthurt about women or something?>inb4 3 day banguess im right then
>>106776226Yes. I tried to make it as user friendly as it can be, but I still think most people would find it clunky.>>106776915Thanks. There are four grayscale images, image 0 acts as the alpha for image 1, and image 1 acts as a gradient. The shader just adds a timed offset to the pixels of image 1 to make the gradient move. I hope to use this effect a lot, it reminds me of the palette animations in Jazz Jackrabbit 1.
this is the average polygoncels day to cope with using an inferior representation of geometry https://youtu.be/eviSykqSUUw?si=XviSKOxynstN1DGX
>>106777602It honestly just feels like a syntactic sugar layer on top of C++ at this point rather than its own useful thinglike there's raylib and that's it
Not a real gedg thread so I will not be posting
>>106778780>naniteA wise men once said:How can I make it simpler? If you have suggestion that add complexity + feature I don't want it. If you have suggestion that doesn't add features but reduce complexity, I want it. If you have suggestions that adds features and reduces complexity then its the best of both worlds.Yes, I hate nanite.
>>106778780Nanite still uses triangles based retard, it just doesn't use the fixed function pipeline (for very small triangles anyway). It's basically a software renderer that runs on the GPU using compute shaders and has a clever way of handling LoD
>>106779449it's all we have...
>>106780524That's what I'm saying they have to do the most convoluted shit because they've been soft locked into triangle meshes when other representations would be way better for this.
What tools or libraries would you recommend for making a reasonably performant minecraft clone targetting windows, linux, macos and android?
>>106780630Just use what Minecraft uses. If you join their modding discord, you can even get the entire source code.
>>106778768Do you have a github for it? I'd be interested in trying it out
>>106777326just copy the odin version? https://github.com/SabeDoesThings/odin-tiled/blob/main/tiled/tiled.odin
>>106780713No, but I have a demo. You can download it here. Hold shift and press enter to open the level editor, where you will find the texture editor.https://files.catbox.moe/8y6kyg.zip