Click any tag below to further narrow down your results
Links
This article details the development of an image-to-ASCII renderer that prioritizes sharp edges and character shape. The author explains the common issues with blurry edges in ASCII art and introduces methods like supersampling and shape quantification to improve rendering quality.
This article explains the role of shaders in 3D graphics, detailing how they manipulate visual output in rendering processes. It covers various types of shaders, their functions, and practical applications in game development and visual effects. The piece is technical but accessible for those looking to deepen their knowledge of graphics programming.
The article discusses the integration of WebGPU with Skia, a graphics library that enhances the rendering capabilities of web applications. It highlights the advantages of using WebGPU for improved performance and efficiency in graphics processing, enabling developers to create more complex and visually appealing applications. Additionally, the article explores technical aspects of the implementation and its implications for web graphics.
Figma introduces its new rendering engine powered by WebGPU, significantly enhancing graphic performance and realism within its design platform. This advancement allows for more complex and visually rich designs, leveraging the capabilities of modern graphics hardware to improve user experience and workflow efficiency.
The article discusses the process of rendering a Bézier surface, explaining the mathematical concepts behind it and providing practical implementation details. It highlights the importance of Bézier surfaces in computer graphics and offers examples to illustrate the rendering techniques. The article serves as a guide for developers looking to understand and apply these concepts in their projects.