DOTS framework is for that. It is a completely different way to structure data in your Unity game.…
rifkik —
Hello everyone, I'm a High School student going into College, one of their courses is game develop…
I also am having similar issues with certain parts of the codebase in my project. I'm noticing tha…
You could try doing it in 16-bit int operations. That will require less unpacking, and all blend o…
Jason —
Thanks for the help mmozeiko. This is my first time doing any serious optimizations like this so …
For simple stuff stdio file handling works fine. Just avoid STL, iostream performance is terrible.…
Matt —
For game engines, people tend to avoid the CRT / STL. The reason is that most of the time they're …
C_Worm —
Hi, im wondering what is commonly used as file handlig. Is the C stdio.h the way to go with file h…
You just do bunch of unpacks / packs: // blue = 123456789abcdefghijklmnopqrstuvw b0 = _mm256_unpa…
Jason —
So I'm trying mmozeiko's suggestion of processing 32 pixels per iteration of my pixel loop. Right …
Arnon —
Another resurrection, I made this: It's brain-dead simple to set-up - just dump a few text file …
Arnon —
This is for people who have the source code and can build the game with the .bat file, but want to…
You need to link your github account to sendowl purchase before you can see HandmadeHero cpp repos…
Stefan —
I would be interested in this.
echu —
linked on your repo’s Readme leads to a 404 page, just letting you know. I would really appreci…
I have implemented a really basic version. I have done the handling of the cursors inside the view…
Arnon —
Hi everyone, I just joined this awesome community, and wouls like to make this modest contribution…
There aren't multiple cursors nowadays by default, but it is something I was hoping to start getti…
I don't think there is any support for multiple cursors at the moment (not sure, but I didn't see …
Just checking on this. I haven't repurchased 4.1 yet but does it have multiple cursors there? Even…
mika —
Hello everyone. I also live and work in London, and would be very interested in such a meetup. :-)…
Anders —
Late reply I know, but have you considered looking at Rust?
Chen —
@Miles, @Oliver thanks guys! @Oliver for the temporal integration, I only keep the last frame. How…
anandj —
I love this idea! A few thoughts I had while reading through: I think it will be important to ensu…
Looking really nice, the blue noise effect looks really cool. With the TAA technique, do you just…
Ben —
There's a fairly outdated video I posted to reddit in December: I'll try and get another one tog…
Miles —
With blue noise and temporal reprojection, it looks kind of like a soft film grain has been applie…
I want to impute all of the columns on a pandas DataFrame from where I've learned from ...the only…
Chen —
Hey guys, it’s been a long time. This time I want to share an optimization I did with my volumet…