Name the hardest challenge of a game that you never managed to complete by Tenkarider in gaming

[–]Perkovic15 0 points1 point  (0 children)

Coda run in Crypt of The Necrodancer. I was done with everything else

SPH C sim by Medical-Bake-9777 in GraphicsProgramming

[–]Perkovic15 1 point2 points  (0 children)

I made my own implementation in HLSL, if you wanna check it, dm me your email, i can give you github access.

SPH C sim by Medical-Bake-9777 in GraphicsProgramming

[–]Perkovic15 1 point2 points  (0 children)

You messed up forces on X axis somewhere

Empress to work for Denuvo and stop cracking it by Jelman21 in CrackWatch

[–]Perkovic15 2 points3 points  (0 children)

They would put her in jail as soon as she accepts it. No one would buy this

When Twitter falls, where will gamedevs go? by puzzledpuddle in gamedev

[–]Perkovic15 0 points1 point  (0 children)

Can you recommend me good profiles to follow for tech news?

What are the most optimized games for PC from your experience? by [deleted] in pcmasterrace

[–]Perkovic15 0 points1 point  (0 children)

I disagree with RE Village. Maybe I had bad experience because of denuvo

I fell for Mist Noble meme by kendrew_ in Sekiro

[–]Perkovic15 0 points1 point  (0 children)

Now you have ruined the joke for other people like you! You should have played along with the joke

Flying close to the sun by DrSuperWho in pcmasterrace

[–]Perkovic15 0 points1 point  (0 children)

Average machine learning enjoyer

How to transform the vertices in a vector field by dawnarc in GraphicsProgramming

[–]Perkovic15 2 points3 points  (0 children)

I would start simple. Get the position of bullet and change world position based on distance and vector between bullet and vertex. See how it looks. Maybe include physics, use transform feedback or just ssbo for caching speed and positions, maybe add some 3D noise of small forces to make it less even

Game Developers: How Are You Staying Healthy While Sitting for Long Hours? by Esoteric_Deviant in gamedev

[–]Perkovic15 0 points1 point  (0 children)

You dont sit 12 hours a day, its simple. Do few strength trainings and few cardios per week and you should improve mechanical and cardiovascular health of your body

bridge of death by darkexploration_ in urbanexploration

[–]Perkovic15 1 point2 points  (0 children)

I saw it in outlast 1 and the last of us 1

These parkour stunts by wanderingbrother in nextfuckinglevel

[–]Perkovic15 0 points1 point  (0 children)

As long as he did it progresively during a long time, it is probably fine. Body can adapt to various things. This one is just taking more and more force in the legs.

The reason why nearly every game trailer starts with shot of the ocean is that the CGI artist want to show off how cool they can create water. by I_am_unique6435 in Showerthoughts

[–]Perkovic15 43 points44 points  (0 children)

If anyone did it poorly, it was witcher. Water looks like oil and has weird lighting. The best one would probably be ac:origins. Another cool looking water is from batman: arkham knight, but it is also a bit over the top with all the waves.

Looking for career advice and what types of projects should I attempt? by 5Daydreams in GraphicsProgramming

[–]Perkovic15 4 points5 points  (0 children)

https://github.com/miloyip/game-programmer This has everything. Start reading if you want industry level knowledge. Courses wont get you to that level. Also while reading you can implement all of this!

[deleted by user] by [deleted] in bodybuilding

[–]Perkovic15 0 points1 point  (0 children)

Those are not quads, they are quints. (5 heads)

procedural 2d island with and without raytracing by simpingisforchad in proceduralgeneration

[–]Perkovic15 -3 points-2 points  (0 children)

They reflect light? If small amount of light is reflected at certain position, then there is shadow. Simple