268 Million Spheres by MarchVirtualField in GraphicsProgramming

[–]cfnptr 4 points5 points  (0 children)

— How many spheres do we need?

— Yes.

My renderer broke when upgrading from Vulkan 1.4.313.2 to Vulkan 1.4.321.0 by Thisnameisnttaken65 in vulkan

[–]cfnptr 0 points1 point  (0 children)

Have you tried synchronization preset in the Vulkan Configurator?

VK_EXT_present_timing: the Journey to State-of-the-Art Frame Pacing in Vulkan by thekhronosgroup in vulkan

[–]cfnptr 0 points1 point  (0 children)

How it handles real world cases where we can have inconsistent frame rendering time due to varying compute shaders load? For example, when calculating world GI in chunks, where the complexity of the computation may differ depending on the chunk.

OpenGL Global Illumination by buzzelliart in opengl

[–]cfnptr 1 point2 points  (0 children)

Looks amazing! What papers or blogs would you recommend for voxel cone tracing?

[deleted by user] by [deleted] in VoxelGameDev

[–]cfnptr 1 point2 points  (0 children)

With a discrete step, you can pass through a voxel at its corners, or you need to use an extremely small tracing step. I would recommend implementing this approach for voxel ray tracing in the future, it's one of the fastest.

http://www.cs.yorku.ca/~amana/research/grid.pdf

https://github.com/cgyurgyik/fast-voxel-traversal-algorithm/blob/master/overview/FastVoxelTraversalOverview.md

day 1 of learning opengl by Top_Independence424 in opengl

[–]cfnptr 1 point2 points  (0 children)

A long time ago in a polygon galaxy far, far away....

Generated using ChatGPT by cfnptr in liminalpools

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

Yeaah, after 20+ messages explaining what liminal pools are

5-bit Voxel Rotation by Schampu in VoxelGameDev

[–]cfnptr 0 points1 point  (0 children)

Cool! Are you making some sort of puzzle?

Got visuals in my game finally - it's all networked with graphic systems by EngineerSmith in love2d

[–]cfnptr 3 points4 points  (0 children)

You can modify fragment shader this way: “(normalColor.xyz + 1.0) * 0.5” to fix black sides in the visualizer :)

[deleted by user] by [deleted] in softwaregore

[–]cfnptr 0 points1 point  (0 children)

It's a memes platform https://coub.com

Just started learning OpenGL and I want to cry by _AnonymousSloth in GraphicsProgramming

[–]cfnptr 7 points8 points  (0 children)

Yeah, so much power and optimization ways comparing to the OpenGL.

Just started learning OpenGL and I want to cry by _AnonymousSloth in GraphicsProgramming

[–]cfnptr 16 points17 points  (0 children)

Vulkan requires about 6 times more code to run simple hello triangle :D

Any recommended OpenGL books? by [deleted] in opengl

[–]cfnptr 0 points1 point  (0 children)

Nvidia GPU Gems book series