real-time-rendering

Tag

Cards List
#real-time-rendering

What to Learn to Be a Graphics Programmer

Hacker News Top · yesterday Cached

A blog post outlining the skills needed to become a real-time graphics programmer, covering modern rendering APIs, path tracing, physically based rendering, and the role of machine learning in game development.

0 favorites 0 likes
#real-time-rendering

The Scanline Sweeper: A Glyph Rendering Algorithm

Lobsters Hottest · 3d ago Cached

This paper proposes a glyph rendering algorithm based on GPU shaders—the scanline sweeper. By analyzing the quadratic Bézier representation of glyph contours, it computes scanline coverage within pixel windows, achieving high-quality anti-aliased rendering while reducing memory usage and supporting arbitrary transformations.

0 favorites 0 likes
#real-time-rendering

Monte Carlo Energy Aggregation for Mobile 3D Gaussian Splatting

Hugging Face Daily Papers · 3d ago Cached

Flux-GS enables real-time high-fidelity 3D Gaussian Splatting on mobile platforms through efficient lighting representation, attribute-conditioned enhancement, and multi-view densification strategies.

0 favorites 0 likes
#real-time-rendering

@GoJun315: A developer on Reddit today shared that videos played in a web page can be rendered purely with text characters. The open-source project used is ASCILINE, a real-time ASCII video rendering engine. It supports two rendering modes: - ASCII mode: restores the image with ordinary characters by brightness and color, you can see the characters flowing...

X AI KOLs Timeline · 2026-06-12 Cached

ASCILINE is a high-performance open-source real-time ASCII video rendering engine that converts videos into plain text character displays, supporting multiple rendering modes, low-bandwidth transmission, and CSS effects overlay.

0 favorites 0 likes
#real-time-rendering

Gaussian Point Splatting

Hacker News Top · 2026-06-04 Cached

Researchers propose Gaussian Point Splatting, a stochastic rendering method using pixel-sized opaque points and 64-bit GPU atomics that scales to hundreds of millions of Gaussians in real time. The method, accepted at SIGGRAPH 2026, employs hierarchical culling and parallel programming primitives to achieve even workload distribution with only minor noise differences compared to original Gaussian splatting.

0 favorites 0 likes
#real-time-rendering

RT-Splatting: Joint Reflection-Transmission Modeling with Gaussian Splatting

Hugging Face Daily Papers · 2026-05-18 Cached

RT-Splatting introduces a new 3D Gaussian Splatting framework that separates geometric occupancy from optical opacity to improve rendering of semi-transparent specular surfaces with high-fidelity reflections and transmission.

0 favorites 0 likes
#real-time-rendering

@bearliu: Real-time rendering has reached this level—mind-blowingly cool! Link and credits in the comments.

X AI KOLs Timeline · 2026-04-23 Cached

A short social post expressing awe at how far real-time rendering has come.

0 favorites 0 likes
#real-time-rendering

World models: how close are we to something usable in a real product?

Reddit r/singularity · 2026-04-22

An indie developer building a voice-first learning game for kids asks whether interactive world models will be production-ready within 12–18 months or if pre-rendered assets plus real-time avatars are the better near-term path.

0 favorites 0 likes
#real-time-rendering

Modern Rendering Culling Techniques

Hacker News Top · 2026-04-19 Cached

A technical blog post by a Saints Row: The Third Remastered developer explaining modern rendering culling techniques including distance culling, backface culling, and frustum culling, with practical insights for game developers working on real-time graphics optimization.

0 favorites 0 likes
← Back to home

Submit Feedback