Tag
Asciline is a real-time ASCII video rendering engine that converts video frames into ASCII art on the fly.
Merman is a headless Rust implementation of Mermaid.js that parses, lays out, and renders diagrams (SVG, raster, ASCII) without a browser or JavaScript runtime, targeting parity with Mermaid.js v11.15.0.
A combat game demo built with Claude Fable where the speed of light is artificially slowed, creating relativistic visual effects like light delay and aberration. The implementation uses a vertex shader with camera pose history to compute retarded positions per vertex.
Anthropic's Claude Fable 5 (high) model demonstrates the ability to render a black hole based on a prompt.
New documentation page for rendering Agent Traces on the Hugging Face Hub has been released.
This article explains the Voxel Space rendering technique used in the 1992 game Comanche, covering its height map, color map, and simple rasterization algorithm.
FloorVis is an AI-powered tool that converts 2D floor plan images into photorealistic 3D renders instantly, designed for real estate agents, architects, and homeowners.
RayDer is a unified feed-forward transformer that consolidates camera estimation, scene reconstruction, and rendering for self-supervised novel view synthesis from real-world video, achieving clean power-law scaling and strong zero-shot performance.
A developer demonstrates rendering approximately 100 million triangles in the browser using Nanite-style meshlets with Three.js, including GLB drop-in and PBR support.
This article presents a novel algorithm for triangle tessellation using clamped parallelograms, improving upon Dx11-style tessellation by ensuring smooth transitions without popping, and includes an interactive JavaScript implementation under MIT license.
Discusses the potential for AI-rendered video to be far more compute-efficient than traditional rendering, using Big Hero 6's millions of render hours as a benchmark.
beautiful-mermaid is an open-source tool implemented in pure TypeScript that renders Mermaid diagrams as beautiful SVGs or terminal-friendly ASCII art. It supports 15 built-in themes and has zero DOM dependencies, making it suitable for use in AI-assisted programming.
A technical blog post that provides a step-by-step guide to implementing realistic sky, sunset, and planet rendering using shaders, focusing on atmospheric scattering techniques like Rayleigh and Mie scattering.
SplatWeaver is a feed-forward novel view synthesis framework that dynamically allocates 3D Gaussian primitives based on spatial complexity, improving rendering quality and efficiency over fixed-allocation methods. It leverages cardinality Gaussian experts and a pixel-level routing scheme guided by high-frequency priors to adaptively distribute primitives across complex and smooth scene regions.
Chinese developer @yadong_xie notes that within a single year AI has shifted from merely helping write code to fully taking over rendering, calling global tech progress a 100× speed-up.
The article explains how the SNES PPUs render sprites and backgrounds under tight VRAM bandwidth constraints, describing the hardware trade-offs in different video modes.
meshoptimizer is a library that provides algorithms to optimize triangle meshes for GPU rendering, improving vertex and index data efficiency and reducing storage overhead.
HyperFrames is an open-source framework that converts HTML, CSS, and animations into MP4 videos, designed for use by AI coding agents and developers via CLI or integrated skills.