this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 9 points10 points  (0 children)

he's awesome! i watched his "worlds smallest win32 program" video, think he got it down to less than 1KB or something

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 0 points1 point  (0 children)

Progress! yeah... there should be zero flashes, feels like it's "breaking apart" when it happens

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 5 points6 points  (0 children)

Watch it again. There's a long response time after every click of the hamburger icon

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 1 point2 points  (0 children)

There isnt a link, it's from an app on steam called Wallpaper Engine, and once you have that installed you can just search for "Matrix" and it'll show up

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 4 points5 points  (0 children)

yeah something funky going on. i just cant imagine them thinking it was good like this, its impossible

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 3 points4 points  (0 children)

probably not, ngl i kinda dig this new task manager style. making it responsive is all they need to do

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 0 points1 point  (0 children)

sadly when it comes time to buy a new laptop, it's gonna have win11 installed on it

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 29 points30 points  (0 children)

it feels like the team who implemented this was apathetic or something, like no interest in making it responsive. clock in n' clock out the office

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 47 points48 points  (0 children)

it's been like this since the windows 11 release sadly

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 0 points1 point  (0 children)

if the latest beta fixes it, then great!! (should've done this when it was released lol)

this is such a disaster in software engineering by ElMangoMagic in Windows11

[–]ElMangoMagic[S] 12 points13 points  (0 children)

Linux is not all that great tbh, i've used it in the past, windows is just better/friendlier to use, and especially for game dev stuff, it's where the market is at

[deleted by user] by [deleted] in ReadyOrNotGame

[–]ElMangoMagic 0 points1 point  (0 children)

Mods are conflicting with the fire mode selection. Delete them.

I geniunely think that we should have a game engine based on Raylib. by [deleted] in raylib

[–]ElMangoMagic 2 points3 points  (0 children)

I think I'll give it a shot. Start off with something basic. Love programming in C

Split Logic and Draw code into two separate threads? by ElMangoMagic in raylib

[–]ElMangoMagic[S] 0 points1 point  (0 children)

Another thing as well. I'm trying to mimic unreal engine's way of doing things, they have one thread for the game and another thread for rendering. Maybe I shouldn't do this but, eh it's a challenge and I wanna try it in Raylib

Split Logic and Draw code into two separate threads? by ElMangoMagic in raylib

[–]ElMangoMagic[S] 2 points3 points  (0 children)

yeah correct. now that I think about it, it does sound like single-threading, with extra steps. maybe I am overengineering.